Html Css Color HEX #37212A Toledo

📋 copy color: '#37212A'

red 55 ◦ green 33 ◦ blue 42

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

Shades of Toledo #37212A

Tints of Toledo #37212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.31%

R = 42.31%
G = 25.38%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#37212A (or 0x37212A) is known color: Toledo. HEX triplet: 37, 21 and 2A. RGB value is (55,33,42). Sum of RGB (Red+Green+Blue) = 55+33+42=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #37212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37212A is #C8DED5. Grayscale: #282828. Windows color (decimal): -13164246 or 2761015. OLE color: 2761015.

HSL color Cylindrical-coordinate representation of color #37212A: hue angle of 335.45º 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 #37212A is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 33 42 -
CMYK 0 0.4 0.24 0.78
HSL 335.45º 0.25% 0.17% -
HSV(B) 335.45º 0.4% 0.22% -
XYZ 2.54 2.07 2.46 -
YUV 40.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 55 33 42 0 0.4 0.24 0.78 335.45 0.25 0.17
Hex 37 21 2A 0 28 18 4E 14F 19 11
Octal 67 41 52 0 50 30 116 517 31 21
Binary 110111 100001 101010 0 101000 11000 1001110 101001111 11001 10001

Color Harmonies of #37212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37212A

Black with #37212A

Text Example


Text Example

White with #37212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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