Html Css Color HEX #363135 Melanzane

📋 copy color: '#363135'

red 54 ◦ green 49 ◦ blue 53

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

Shades of Melanzane #363135

Tints of Melanzane #363135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

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

R = 34.62%
G = 31.41%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#363135 (or 0x363135) is known color: Melanzane. HEX triplet: 36, 31 and 35. RGB value is (54,49,53). Sum of RGB (Red+Green+Blue) = 54+49+53=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 54 - color contains mainly: red. Hex color #363135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363135 is #C9CECA. Grayscale: #323232. Windows color (decimal): -13225675 or 3486006. OLE color: 3486006.

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

Color convert

RGB 54 49 53 -
CMYK 0 0.09 0.02 0.79
HSL 312º 0.05% 0.2% -
HSV(B) 312º 0.09% 0.21% -
XYZ 3.26 3.24 3.82 -
YUV 50.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 54 49 53 0 0.09 0.02 0.79 312 0.05 0.2
Hex 36 31 35 0 9 2 4F 138 5 14
Octal 66 61 65 0 11 2 117 470 5 24
Binary 110110 110001 110101 0 1001 10 1001111 100111000 101 10100

Color Harmonies of #363135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363135

Black with #363135

Text Example


Text Example

White with #363135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363135; }

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

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

background-color css

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

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

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

border-color css

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

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

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