Html Css Color HEX #361D28 Toledo

📋 copy color: '#361D28'

red 54 ◦ green 29 ◦ blue 40

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

Shades of Toledo #361D28

Tints of Toledo #361D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 43.9%
G = 23.58%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#361D28 (or 0x361D28) is known color: Toledo. HEX triplet: 36, 1D and 28. RGB value is (54,29,40). Sum of RGB (Red+Green+Blue) = 54+29+40=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D28 is #C9E2D7. Grayscale: #252525. Windows color (decimal): -13230808 or 2628918. OLE color: 2628918.

HSL color Cylindrical-coordinate representation of color #361D28: hue angle of 333.6º 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 #361D28 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 29 40 -
CMYK 0 0.46 0.26 0.79
HSL 333.6º 0.3% 0.16% -
HSV(B) 333.6º 0.46% 0.21% -
XYZ 2.34 1.82 2.23 -
YUV 37.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 54 29 40 0 0.46 0.26 0.79 333.6 0.3 0.16
Hex 36 1D 28 0 2E 1A 4F 14E 1E 10
Octal 66 35 50 0 56 32 117 516 36 20
Binary 110110 11101 101000 0 101110 11010 1001111 101001110 11110 10000

Color Harmonies of #361D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D28

Black with #361D28

Text Example


Text Example

White with #361D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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