Html Css Color HEX #353243 Revolver

📋 copy color: '#353243'

red 53 ◦ green 50 ◦ blue 67

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

Shades of Revolver #353243

Tints of Revolver #353243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.41%

R = 31.18%
G = 29.41%
B = 39.41%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353243 (or 0x353243) is known color: Revolver. HEX triplet: 35, 32 and 43. RGB value is (53,50,67). Sum of RGB (Red+Green+Blue) = 53+50+67=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 67 - color contains mainly: blue. Hex color #353243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353243 is #CACDBC. Grayscale: #343434. Windows color (decimal): -13290941 or 4403765. OLE color: 4403765.

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

Color convert

RGB 53 50 67 -
CMYK 0.21 0.25 0 0.74
HSL 250.59º 0.15% 0.23% -
HSV(B) 250.59º 0.25% 0.26% -
XYZ 3.62 3.44 5.78 -
YUV 52.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 53 50 67 0.21 0.25 0 0.74 250.59 0.15 0.23
Hex 35 32 43 15 19 0 4A FB F 17
Octal 65 62 103 25 31 0 112 373 17 27
Binary 110101 110010 1000011 10101 11001 0 1001010 11111011 1111 10111

Color Harmonies of #353243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353243

Black with #353243

Text Example


Text Example

White with #353243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353243; }

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

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

background-color css

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

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

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

border-color css

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

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

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