Html Css Color HEX #371D2A Toledo

📋 copy color: '#371D2A'

red 55 ◦ green 29 ◦ blue 42

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

Shades of Toledo #371D2A

Tints of Toledo #371D2A

RGB

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

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

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

R = 43.65%
G = 23.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#371D2A (or 0x371D2A) is known color: Toledo. HEX triplet: 37, 1D and 2A. RGB value is (55,29,42). Sum of RGB (Red+Green+Blue) = 55+29+42=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D2A is #C8E2D5. Grayscale: #262626. Windows color (decimal): -13165270 or 2759991. OLE color: 2759991.

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

Color convert

RGB 55 29 42 -
CMYK 0 0.47 0.24 0.78
HSL 330º 0.31% 0.16% -
HSV(B) 330º 0.47% 0.22% -
XYZ 2.43 1.86 2.42 -
YUV 38.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 55 29 42 0 0.47 0.24 0.78 330 0.31 0.16
Hex 37 1D 2A 0 2F 18 4E 14A 1F 10
Octal 67 35 52 0 57 30 116 512 37 20
Binary 110111 11101 101010 0 101111 11000 1001110 101001010 11111 10000

Color Harmonies of #371D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D2A

Black with #371D2A

Text Example


Text Example

White with #371D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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