Html Css Color HEX #362E31 Toledo

📋 copy color: '#362E31'

red 54 ◦ green 46 ◦ blue 49

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

Shades of Toledo #362E31

Tints of Toledo #362E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 36.24%
G = 30.87%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#362E31 (or 0x362E31) is known color: Toledo. HEX triplet: 36, 2E and 31. RGB value is (54,46,49). Sum of RGB (Red+Green+Blue) = 54+46+49=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #362E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E31 is #C9D1CE. Grayscale: #303030. Windows color (decimal): -13226447 or 3223094. OLE color: 3223094.

HSL color Cylindrical-coordinate representation of color #362E31: hue angle of 337.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #362E31 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 46 49 -
CMYK 0 0.15 0.09 0.79
HSL 337.5º 0.08% 0.2% -
HSV(B) 337.5º 0.15% 0.21% -
XYZ 3.05 2.96 3.32 -
YUV 48.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 54 46 49 0 0.15 0.09 0.79 337.5 0.08 0.2
Hex 36 2E 31 0 F 9 4F 152 8 14
Octal 66 56 61 0 17 11 117 522 10 24
Binary 110110 101110 110001 0 1111 1001 1001111 101010010 1000 10100

Color Harmonies of #362E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E31

Black with #362E31

Text Example


Text Example

White with #362E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362E31; }

 p { color: rgb(54,46,49); }

 H1.HeaderClassName
 {
   color: #362E31;
 }
 .AnyTagClassName
 {
   color: #362E31;
 }
</style>

background-color css

<style>
 a { background-color: #362E31; }

 a { background-color: rgb(54,46,49); }

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

border-color css

<style>
 span { border-color: #362E31; }

 span { border-color: rgb(54,46,49); }

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