Html Css Color HEX #2D374B Licorice

📋 copy color: '#2D374B'

red 45 ◦ green 55 ◦ blue 75

#2D374B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #2D374B

Tints of Licorice #2D374B

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 value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D374B (or 0x2D374B) is known color: 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

RGB 45 55 75 -
CMYK 0.40 0.27 0 0.71
HSL 220º 0.25% 0.24% -
HSV(B) 220º 0.4% 0.29% -
XYZ 3.72 3.8 7.19 -
YUV 54.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 45 55 75 0.40 0.27 0 0.71 220 0.25 0.24
Hex 2D 37 4B 28 1B 0 47 DC 19 18
Octal 55 67 113 50 33 0 107 334 31 30
Binary 101101 110111 1001011 101000 11011 0 1000111 11011100 11001 11000

Color Harmonies of #2D374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D374B

Black with #2D374B

Text Example


Text Example

White with #2D374B

Text Example


Text Example

HTML Codes & Css Web 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>