Html Css Color HEX #36353B Revolver

📋 copy color: '#36353B'

red 54 ◦ green 53 ◦ blue 59

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

Shades of Revolver #36353B

Tints of Revolver #36353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 59 (23.44% from 255) = 35.54%

R = 32.53%
G = 31.93%
B = 35.54%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36353B (or 0x36353B) is known color: Revolver. HEX triplet: 36, 35 and 3B. RGB value is (54,53,59). Sum of RGB (Red+Green+Blue) = 54+53+59=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #36353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36353B is #C9CAC4. Grayscale: #353535. Windows color (decimal): -13224645 or 3880246. OLE color: 3880246.

HSL color Cylindrical-coordinate representation of color #36353B: hue angle of 250º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #36353B is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 53 59 -
CMYK 0.08 0.10 0 0.77
HSL 250º 0.05% 0.22% -
HSV(B) 250º 0.1% 0.23% -
XYZ 3.58 3.65 4.65 -
YUV 53.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 54 53 59 0.08 0.10 0 0.77 250 0.05 0.22
Hex 36 35 3B 8 A 0 4D FA 5 16
Octal 66 65 73 10 12 0 115 372 5 26
Binary 110110 110101 111011 1000 1010 0 1001101 11111010 101 10110

Color Harmonies of #36353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36353B

Black with #36353B

Text Example


Text Example

White with #36353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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