Html Css Color HEX #37212C Toledo

📋 copy color: '#37212C'

red 55 ◦ green 33 ◦ blue 44

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

Shades of Toledo #37212C

Tints of Toledo #37212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 44 (17.58% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#37212C (or 0x37212C) is known color: Toledo. HEX triplet: 37, 21 and 2C. RGB value is (55,33,44). Sum of RGB (Red+Green+Blue) = 55+33+44=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #37212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37212C is #C8DED3. Grayscale: #282828. Windows color (decimal): -13164244 or 2892087. OLE color: 2892087.

HSL color Cylindrical-coordinate representation of color #37212C: hue angle of 330º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37212C is Cyan = 0, Magento = 0.4, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 33 44 -
CMYK 0 0.4 0.2 0.78
HSL 330º 0.25% 0.17% -
HSV(B) 330º 0.4% 0.22% -
XYZ 2.57 2.08 2.65 -
YUV 40.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 55 33 44 0 0.4 0.2 0.78 330 0.25 0.17
Hex 37 21 2C 0 28 14 4E 14A 19 11
Octal 67 41 54 0 50 24 116 512 31 21
Binary 110111 100001 101100 0 101000 10100 1001110 101001010 11001 10001

Color Harmonies of #37212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37212C

Black with #37212C

Text Example


Text Example

White with #37212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37212C; }

 p { color: rgb(55,33,44); }

 H1.HeaderClassName
 {
   color: #37212C;
 }
 .AnyTagClassName
 {
   color: #37212C;
 }
</style>

background-color css

<style>
 a { background-color: #37212C; }

 a { background-color: rgb(55,33,44); }

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

border-color css

<style>
 span { border-color: #37212C; }

 span { border-color: rgb(55,33,44); }

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