#2D0736

Color #2D0736 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2D0736

Tints of Blackcurrant #2D0736

Color information

#2D0736 (or 0x2D0736) is unknown color: approx Blackcurrant. HEX triplet: 2D, 07 and 36. RGB value is (45,7,54). Sum of RGB (Red+Green+Blue) = 45+7+54=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #2D0736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0736 is #D2F8C9. Grayscale: #171717. Windows color (decimal): -13826250 or 3540781. OLE color: 3540781.

HSL color Cylindrical-coordinate representation of color #2D0736: hue angle of 288.51º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D0736 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB45754-
CMYK0.170.8700.79
HSL288.51º77.05%11.96%-
HSV(B)288.51º87.04%21.18%-
XYZ1.820.983.58-
YUV23.72145.09143.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 42.45%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 54 (21.48% from 255) = 50.94%
R=42.45%
G=6.60%
B=50.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal457540.170.8700.79288.5177.0511.96
Hex2D736115704F1214dc
Octal5576621127011744111514
Binary1011011111101101000110101110100111110010000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D0736; }

 p { color: rgb(45,7,54); }

 H1.HeaderClassName
 {
   color: #2D0736;
 }
 .AnyTagClassName
 {
   color: #2D0736;
 }
</style>
background-color css

<style>
 a { background-color: #2D0736; }

 a { background-color: rgb(45,7,54); }

 div.DivClassName
 {
   background-color: #2D0736;
 }
 .BgClassName
 {
   background-color: #2D0736;
 }
</style>
border-color css

<style>
 span { border-color: #2D0736; }

 span { border-color: rgb(45,7,54); }

 td.TdClassName
 {
   border-color: #2D0736;
 }
 .TagClassName
 {
   border-color: #2D0736;
 }
</style>