Html Css Color HEX #353242 Revolver

📋 copy color: '#353242'

red 53 ◦ green 50 ◦ blue 66

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

Shades of Revolver #353242

Tints of Revolver #353242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 31.36%
G = 29.59%
B = 39.05%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353242 (or 0x353242) is known color: Revolver. HEX triplet: 35, 32 and 42. RGB value is (53,50,66). Sum of RGB (Red+Green+Blue) = 53+50+66=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #353242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353242 is #CACDBD. Grayscale: #343434. Windows color (decimal): -13290942 or 4338229. OLE color: 4338229.

HSL color Cylindrical-coordinate representation of color #353242: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353242 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 50 66 -
CMYK 0.20 0.24 0 0.74
HSL 251.25º 0.14% 0.23% -
HSV(B) 251.25º 0.24% 0.26% -
XYZ 3.59 3.43 5.63 -
YUV 52.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 53 50 66 0.20 0.24 0 0.74 251.25 0.14 0.23
Hex 35 32 42 14 18 0 4A FB E 17
Octal 65 62 102 24 30 0 112 373 16 27
Binary 110101 110010 1000010 10100 11000 0 1001010 11111011 1110 10111

Color Harmonies of #353242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353242

Black with #353242

Text Example


Text Example

White with #353242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353242; }

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

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

background-color css

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

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

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

border-color css

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

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

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