Html Css Color HEX #353441 Revolver

📋 copy color: '#353441'

red 53 ◦ green 52 ◦ blue 65

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

Shades of Revolver #353441

Tints of Revolver #353441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 31.18%
G = 30.59%
B = 38.24%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353441 (or 0x353441) is known color: Revolver. HEX triplet: 35, 34 and 41. RGB value is (53,52,65). Sum of RGB (Red+Green+Blue) = 53+52+65=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #353441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353441 is #CACBBE. Grayscale: #353535. Windows color (decimal): -13290431 or 4273205. OLE color: 4273205.

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

Color convert

RGB 53 52 65 -
CMYK 0.18 0.20 0 0.75
HSL 244.62º 0.11% 0.23% -
HSV(B) 244.62º 0.2% 0.25% -
XYZ 3.65 3.59 5.5 -
YUV 53.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 53 52 65 0.18 0.20 0 0.75 244.62 0.11 0.23
Hex 35 34 41 12 14 0 4B F5 B 17
Octal 65 64 101 22 24 0 113 365 13 27
Binary 110101 110100 1000001 10010 10100 0 1001011 11110101 1011 10111

Color Harmonies of #353441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353441

Black with #353441

Text Example


Text Example

White with #353441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353441; }

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

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

background-color css

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

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

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

border-color css

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

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

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