Html Css Color HEX #35353D Revolver

📋 copy color: '#35353D'

red 53 ◦ green 53 ◦ blue 61

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

Shades of Revolver #35353D

Tints of Revolver #35353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.53%

R = 31.74%
G = 31.74%
B = 36.53%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35353D (or 0x35353D) is known color: Revolver. HEX triplet: 35, 35 and 3D. RGB value is (53,53,61). Sum of RGB (Red+Green+Blue) = 53+53+61=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 61 - color contains mainly: blue. Hex color #35353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35353D is #CACAC2. Grayscale: #353535. Windows color (decimal): -13290179 or 4011317. OLE color: 4011317.

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

Color convert

RGB 53 53 61 -
CMYK 0.13 0.13 0 0.76
HSL 240º 0.07% 0.22% -
HSV(B) 240º 0.13% 0.24% -
XYZ 3.58 3.64 4.93 -
YUV 53.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 53 53 61 0.13 0.13 0 0.76 240 0.07 0.22
Hex 35 35 3D D D 0 4C F0 7 16
Octal 65 65 75 15 15 0 114 360 7 26
Binary 110101 110101 111101 1101 1101 0 1001100 11110000 111 10110

Color Harmonies of #35353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35353D

Black with #35353D

Text Example


Text Example

White with #35353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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