Html Css Color HEX #361D29 Toledo

📋 copy color: '#361D29'

red 54 ◦ green 29 ◦ blue 41

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

Shades of Toledo #361D29

Tints of Toledo #361D29

RGB

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

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

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

R = 43.55%
G = 23.39%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#361D29 (or 0x361D29) is known color: Toledo. HEX triplet: 36, 1D and 29. RGB value is (54,29,41). Sum of RGB (Red+Green+Blue) = 54+29+41=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #361D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D29 is #C9E2D6. Grayscale: #252525. Windows color (decimal): -13230807 or 2694454. OLE color: 2694454.

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

Color convert

RGB 54 29 41 -
CMYK 0 0.46 0.24 0.79
HSL 331.2º 0.3% 0.16% -
HSV(B) 331.2º 0.46% 0.21% -
XYZ 2.36 1.82 2.33 -
YUV 37.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 54 29 41 0 0.46 0.24 0.79 331.2 0.3 0.16
Hex 36 1D 29 0 2E 18 4F 14B 1E 10
Octal 66 35 51 0 56 30 117 513 36 20
Binary 110110 11101 101001 0 101110 11000 1001111 101001011 11110 10000

Color Harmonies of #361D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D29

Black with #361D29

Text Example


Text Example

White with #361D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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