Html Css Color HEX #353241 Revolver

📋 copy color: '#353241'

red 53 ◦ green 50 ◦ blue 65

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

Shades of Revolver #353241

Tints of Revolver #353241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 31.55%
G = 29.76%
B = 38.69%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353241 (or 0x353241) is known color: Revolver. HEX triplet: 35, 32 and 41. RGB value is (53,50,65). Sum of RGB (Red+Green+Blue) = 53+50+65=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 65 - color contains mainly: blue. Hex color #353241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353241 is #CACDBE. Grayscale: #343434. Windows color (decimal): -13290943 or 4272693. OLE color: 4272693.

HSL color Cylindrical-coordinate representation of color #353241: hue angle of 252º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353241 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 50 65 -
CMYK 0.18 0.23 0 0.75
HSL 252º 0.13% 0.23% -
HSV(B) 252º 0.23% 0.25% -
XYZ 3.56 3.42 5.47 -
YUV 52.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 53 50 65 0.18 0.23 0 0.75 252 0.13 0.23
Hex 35 32 41 12 17 0 4B FC D 17
Octal 65 62 101 22 27 0 113 374 15 27
Binary 110101 110010 1000001 10010 10111 0 1001011 11111100 1101 10111

Color Harmonies of #353241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353241

Black with #353241

Text Example


Text Example

White with #353241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353241; }

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

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

background-color css

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

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

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

border-color css

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

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

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