Html Css Color HEX #363334 Toledo

📋 copy color: '#363334'

red 54 ◦ green 51 ◦ blue 52

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

Shades of Toledo #363334

Tints of Toledo #363334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 34.39%
G = 32.48%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#363334 (or 0x363334) is known color: Toledo. HEX triplet: 36, 33 and 34. RGB value is (54,51,52). Sum of RGB (Red+Green+Blue) = 54+51+52=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 54 - color contains mainly: red. Hex color #363334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363334 is #C9CCCB. Grayscale: #343434. Windows color (decimal): -13225164 or 3420982. OLE color: 3420982.

HSL color Cylindrical-coordinate representation of color #363334: hue angle of 340º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #363334 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 52 -
CMYK 0 0.06 0.04 0.79
HSL 340º 0.03% 0.21% -
HSV(B) 340º 0.06% 0.21% -
XYZ 3.32 3.4 3.73 -
YUV 52.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 54 51 52 0 0.06 0.04 0.79 340 0.03 0.21
Hex 36 33 34 0 6 4 4F 154 3 15
Octal 66 63 64 0 6 4 117 524 3 25
Binary 110110 110011 110100 0 110 100 1001111 101010100 11 10101

Color Harmonies of #363334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363334

Black with #363334

Text Example


Text Example

White with #363334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363334; }

 p { color: rgb(54,51,52); }

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

background-color css

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

 a { background-color: rgb(54,51,52); }

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

border-color css

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

 span { border-color: rgb(54,51,52); }

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