#2D374B

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

Shades of Licorice #2D374B

Tints of Licorice #2D374B

Color information

#2D374B (or 0x2D374B) is unknown color: approx Licorice. HEX triplet: 2D, 37 and 4B. RGB value is (45,55,75). Sum of RGB (Red+Green+Blue) = 45+55+75=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D374B is #D2C8B4. Grayscale: #363636. Windows color (decimal): -13813941 or 4929325. OLE color: 4929325.

HSL color Cylindrical-coordinate representation of color #2D374B: hue angle of 220º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D374B is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB455575-
CMYK0.400.2700.71
HSL220º25%23.53%-
HSV(B)220º40%29.41%-
XYZ3.723.87.19-
YUV54.29139.69121.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=25.71%
G=31.43%
B=42.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4555750.400.2700.712202523.53
Hex2D374B281B047dc1918
Octal5567113503301073343130
Binary10110111011110010111010001101101000111110111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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