Html Css Color HEX #35323F Revolver

📋 copy color: '#35323F'

red 53 ◦ green 50 ◦ blue 63

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

Shades of Revolver #35323F

Tints of Revolver #35323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.12%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 31.93%
G = 30.12%
B = 37.95%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35323F (or 0x35323F) is known color: Revolver. HEX triplet: 35, 32 and 3F. RGB value is (53,50,63). Sum of RGB (Red+Green+Blue) = 53+50+63=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #35323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323F is #CACDC0. Grayscale: #343434. Windows color (decimal): -13290945 or 4141621. OLE color: 4141621.

HSL color Cylindrical-coordinate representation of color #35323F: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35323F is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 50 63 -
CMYK 0.16 0.21 0 0.75
HSL 253.85º 0.12% 0.22% -
HSV(B) 253.85º 0.21% 0.25% -
XYZ 3.51 3.4 5.17 -
YUV 52.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 53 50 63 0.16 0.21 0 0.75 253.85 0.12 0.22
Hex 35 32 3F 10 15 0 4B FE C 16
Octal 65 62 77 20 25 0 113 376 14 26
Binary 110101 110010 111111 10000 10101 0 1001011 11111110 1100 10110

Color Harmonies of #35323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35323F

Black with #35323F

Text Example


Text Example

White with #35323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35323F; }

 p { color: rgb(53,50,63); }

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

background-color css

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

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

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

border-color css

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

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

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