Html Css Color HEX #35353E Revolver

📋 copy color: '#35353E'

red 53 ◦ green 53 ◦ blue 62

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

Shades of Revolver #35353E

Tints of Revolver #35353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 36.9%

R = 31.55%
G = 31.55%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35353E (or 0x35353E) is known color: Revolver. HEX triplet: 35, 35 and 3E. RGB value is (53,53,62). Sum of RGB (Red+Green+Blue) = 53+53+62=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 62 - color contains mainly: blue. Hex color #35353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35353E is #CACAC1. Grayscale: #353535. Windows color (decimal): -13290178 or 4076853. OLE color: 4076853.

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

Color convert

RGB 53 53 62 -
CMYK 0.15 0.15 0 0.76
HSL 240º 0.08% 0.23% -
HSV(B) 240º 0.15% 0.24% -
XYZ 3.61 3.65 5.07 -
YUV 54.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 53 53 62 0.15 0.15 0 0.76 240 0.08 0.23
Hex 35 35 3E F F 0 4C F0 8 17
Octal 65 65 76 17 17 0 114 360 10 27
Binary 110101 110101 111110 1111 1111 0 1001100 11110000 1000 10111

Color Harmonies of #35353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35353E

Black with #35353E

Text Example


Text Example

White with #35353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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