Html Css Color HEX #363335 Melanzane

📋 copy color: '#363335'

red 54 ◦ green 51 ◦ blue 53

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

Shades of Melanzane #363335

Tints of Melanzane #363335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 34.18%
G = 32.28%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#363335 (or 0x363335) is known color: Melanzane. HEX triplet: 36, 33 and 35. RGB value is (54,51,53). Sum of RGB (Red+Green+Blue) = 54+51+53=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 54 - color contains mainly: red. Hex color #363335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363335 is #C9CCCA. Grayscale: #343434. Windows color (decimal): -13225163 or 3486518. OLE color: 3486518.

HSL color Cylindrical-coordinate representation of color #363335: hue angle of 320º 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 #363335 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 53 -
CMYK 0 0.06 0.02 0.79
HSL 320º 0.03% 0.21% -
HSV(B) 320º 0.06% 0.21% -
XYZ 3.35 3.41 3.85 -
YUV 52.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 54 51 53 0 0.06 0.02 0.79 320 0.03 0.21
Hex 36 33 35 0 6 2 4F 140 3 15
Octal 66 63 65 0 6 2 117 500 3 25
Binary 110110 110011 110101 0 110 10 1001111 101000000 11 10101

Color Harmonies of #363335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363335

Black with #363335

Text Example


Text Example

White with #363335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363335; }

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

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

background-color css

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

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

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

border-color css

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

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

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