Html Css Color HEX #371D28 Toledo

📋 copy color: '#371D28'

red 55 ◦ green 29 ◦ blue 40

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

Shades of Toledo #371D28

Tints of Toledo #371D28

RGB

 RED value IS 55 (21.88% from 255) = 44.35%

 GREEN value IS 29 (11.72% from 255) = 23.39%

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 44.35%
G = 23.39%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#371D28 (or 0x371D28) is known color: Toledo. HEX triplet: 37, 1D and 28. RGB value is (55,29,40). Sum of RGB (Red+Green+Blue) = 55+29+40=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D28 is #C8E2D7. Grayscale: #262626. Windows color (decimal): -13165272 or 2628919. OLE color: 2628919.

HSL color Cylindrical-coordinate representation of color #371D28: hue angle of 334.62º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D28 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 40 -
CMYK 0 0.47 0.27 0.78
HSL 334.62º 0.31% 0.16% -
HSV(B) 334.62º 0.47% 0.22% -
XYZ 2.4 1.84 2.24 -
YUV 38.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 55 29 40 0 0.47 0.27 0.78 334.62 0.31 0.16
Hex 37 1D 28 0 2F 1B 4E 14F 1F 10
Octal 67 35 50 0 57 33 116 517 37 20
Binary 110111 11101 101000 0 101111 11011 1001110 101001111 11111 10000

Color Harmonies of #371D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D28

Black with #371D28

Text Example


Text Example

White with #371D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D28; }

 p { color: rgb(55,29,40); }

 H1.HeaderClassName
 {
   color: #371D28;
 }
 .AnyTagClassName
 {
   color: #371D28;
 }
</style>

background-color css

<style>
 a { background-color: #371D28; }

 a { background-color: rgb(55,29,40); }

 div.DivClassName
 {
   background-color: #371D28;
 }
 .BgClassName
 {
   background-color: #371D28;
 }
</style>

border-color css

<style>
 span { border-color: #371D28; }

 span { border-color: rgb(55,29,40); }

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