Html Css Color HEX #35353A Revolver

📋 copy color: '#35353A'

red 53 ◦ green 53 ◦ blue 58

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

Shades of Revolver #35353A

Tints of Revolver #35353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.37%

R = 32.32%
G = 32.32%
B = 35.37%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35353A (or 0x35353A) is known color: Revolver. HEX triplet: 35, 35 and 3A. RGB value is (53,53,58). Sum of RGB (Red+Green+Blue) = 53+53+58=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 58 - color contains mainly: blue. Hex color #35353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35353A is #CACAC5. Grayscale: #353535. Windows color (decimal): -13290182 or 3814709. OLE color: 3814709.

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

Color convert

RGB 53 53 58 -
CMYK 0.09 0.09 0 0.77
HSL 240º 0.05% 0.22% -
HSV(B) 240º 0.09% 0.23% -
XYZ 3.51 3.61 4.51 -
YUV 53.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 53 53 58 0.09 0.09 0 0.77 240 0.05 0.22
Hex 35 35 3A 9 9 0 4D F0 5 16
Octal 65 65 72 11 11 0 115 360 5 26
Binary 110101 110101 111010 1001 1001 0 1001101 11110000 101 10110

Color Harmonies of #35353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35353A

Black with #35353A

Text Example


Text Example

White with #35353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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