Html Css Color HEX #35353C Revolver

📋 copy color: '#35353C'

red 53 ◦ green 53 ◦ blue 60

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

Shades of Revolver #35353C

Tints of Revolver #35353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 36.14%

R = 31.93%
G = 31.93%
B = 36.14%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35353C (or 0x35353C) is known color: Revolver. HEX triplet: 35, 35 and 3C. RGB value is (53,53,60). Sum of RGB (Red+Green+Blue) = 53+53+60=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 60 - color contains mainly: blue. Hex color #35353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35353C is #CACAC3. Grayscale: #353535. Windows color (decimal): -13290180 or 3945781. OLE color: 3945781.

HSL color Cylindrical-coordinate representation of color #35353C: hue angle of 240º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #35353C is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 53 60 -
CMYK 0.12 0.12 0 0.76
HSL 240º 0.06% 0.22% -
HSV(B) 240º 0.12% 0.24% -
XYZ 3.56 3.63 4.79 -
YUV 53.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 53 53 60 0.12 0.12 0 0.76 240 0.06 0.22
Hex 35 35 3C C C 0 4C F0 6 16
Octal 65 65 74 14 14 0 114 360 6 26
Binary 110101 110101 111100 1100 1100 0 1001100 11110000 110 10110

Color Harmonies of #35353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35353C

Black with #35353C

Text Example


Text Example

White with #35353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35353C; }

 p { color: rgb(53,53,60); }

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

background-color css

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

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

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

border-color css

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

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

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