Html Css Color HEX #361F29 Toledo

📋 copy color: '#361F29'

red 54 ◦ green 31 ◦ blue 41

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

Shades of Toledo #361F29

Tints of Toledo #361F29

RGB

 RED value IS 54 (21.48% from 255) = 42.86%

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

 BLUE value IS 41 (16.41% from 255) = 32.54%

R = 42.86%
G = 24.6%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#361F29 (or 0x361F29) is known color: Toledo. HEX triplet: 36, 1F and 29. RGB value is (54,31,41). Sum of RGB (Red+Green+Blue) = 54+31+41=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 54 - color contains mainly: red. Hex color #361F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F29 is #C9E0D6. Grayscale: #262626. Windows color (decimal): -13230295 or 2694966. OLE color: 2694966.

HSL color Cylindrical-coordinate representation of color #361F29: hue angle of 333.91º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #361F29 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 31 41 -
CMYK 0 0.43 0.24 0.79
HSL 333.91º 0.27% 0.17% -
HSV(B) 333.91º 0.43% 0.21% -
XYZ 2.41 1.92 2.34 -
YUV 39.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 54 31 41 0 0.43 0.24 0.79 333.91 0.27 0.17
Hex 36 1F 29 0 2B 18 4F 14E 1B 11
Octal 66 37 51 0 53 30 117 516 33 21
Binary 110110 11111 101001 0 101011 11000 1001111 101001110 11011 10001

Color Harmonies of #361F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F29

Black with #361F29

Text Example


Text Example

White with #361F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361F29; }

 p { color: rgb(54,31,41); }

 H1.HeaderClassName
 {
   color: #361F29;
 }
 .AnyTagClassName
 {
   color: #361F29;
 }
</style>

background-color css

<style>
 a { background-color: #361F29; }

 a { background-color: rgb(54,31,41); }

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

border-color css

<style>
 span { border-color: #361F29; }

 span { border-color: rgb(54,31,41); }

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