Html Css Color HEX #371F2B Toledo

📋 copy color: '#371F2B'

red 55 ◦ green 31 ◦ blue 43

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

Shades of Toledo #371F2B

Tints of Toledo #371F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

 BLUE value IS 43 (17.19% from 255) = 33.33%

R = 42.64%
G = 24.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#371F2B (or 0x371F2B) is known color: Toledo. HEX triplet: 37, 1F and 2B. RGB value is (55,31,43). Sum of RGB (Red+Green+Blue) = 55+31+43=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F2B is #C8E0D4. Grayscale: #272727. Windows color (decimal): -13164757 or 2826039. OLE color: 2826039.

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

Color convert

RGB 55 31 43 -
CMYK 0 0.44 0.22 0.78
HSL 330º 0.28% 0.17% -
HSV(B) 330º 0.44% 0.22% -
XYZ 2.5 1.97 2.53 -
YUV 39.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 55 31 43 0 0.44 0.22 0.78 330 0.28 0.17
Hex 37 1F 2B 0 2C 16 4E 14A 1C 11
Octal 67 37 53 0 54 26 116 512 34 21
Binary 110111 11111 101011 0 101100 10110 1001110 101001010 11100 10001

Color Harmonies of #371F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F2B

Black with #371F2B

Text Example


Text Example

White with #371F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,43); }

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

background-color css

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

 a { background-color: rgb(55,31,43); }

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

border-color css

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

 span { border-color: rgb(55,31,43); }

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