#37212A

Color #37212A Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #37212A

Tints of Toledo #37212A

Color information

#37212A (or 0x37212A) is unknown color: approx 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

RGB553342-
CMYK00.40.240.78
HSL335.45º25%17.25%-
HSV(B)335.45º40%21.57%-
XYZ2.542.072.46-
YUV40.6128.79138.27-

RGB Variations

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

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.80% from 255) = 32.31%
R=42.31%
G=25.38%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55334200.40.240.78335.452517.25
Hex37212A028184E14f1911
Octal674152050301165173121
Binary11011110000110101001010001100010011101010011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>