Html Css Color HEX #353341 Revolver

📋 copy color: '#353341'

red 53 ◦ green 51 ◦ blue 65

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

Shades of Revolver #353341

Tints of Revolver #353341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 31.36%
G = 30.18%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353341 (or 0x353341) is known color: Revolver. HEX triplet: 35, 33 and 41. RGB value is (53,51,65). Sum of RGB (Red+Green+Blue) = 53+51+65=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #353341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353341 is #CACCBE. Grayscale: #353535. Windows color (decimal): -13290687 or 4272949. OLE color: 4272949.

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

Color convert

RGB 53 51 65 -
CMYK 0.18 0.22 0 0.75
HSL 248.57º 0.12% 0.23% -
HSV(B) 248.57º 0.22% 0.25% -
XYZ 3.61 3.51 5.49 -
YUV 53.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 53 51 65 0.18 0.22 0 0.75 248.57 0.12 0.23
Hex 35 33 41 12 16 0 4B F9 C 17
Octal 65 63 101 22 26 0 113 371 14 27
Binary 110101 110011 1000001 10010 10110 0 1001011 11111001 1100 10111

Color Harmonies of #353341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353341

Black with #353341

Text Example


Text Example

White with #353341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353341; }

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

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

background-color css

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

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

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

border-color css

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

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

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