#2D0037

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

Shades of Blackcurrant #2D0037

Tints of Blackcurrant #2D0037

Color information

#2D0037 (or 0x2D0037) is unknown color: approx Blackcurrant. HEX triplet: 2D, 00 and 37. RGB value is (45,0,55). Sum of RGB (Red+Green+Blue) = 45+0+55=100 (13% of max value = 765). Red value is 45 (17.97% from 255 or 45% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0037 is #D2FFC8. Grayscale: #131313. Windows color (decimal): -13828041 or 3604525. OLE color: 3604525.

HSL color Cylindrical-coordinate representation of color #2D0037: hue angle of 289.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0037 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB45055-
CMYK0.18100.78
HSL289.09º100%10.78%-
HSV(B)289.09º100%21.57%-
XYZ1.770.833.68-
YUV19.73147.91146.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 55%
R=45%
G=0%
B=55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal450550.18100.78289.0910010.78
Hex2D037126404E12164b
Octal5506722144011644114413
Binary10110101101111001011001000100111010010000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,55); }

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

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

 a { background-color: rgb(45,0,55); }

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

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

 span { border-color: rgb(45,0,55); }

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