Html Css Color HEX #353143 Revolver

📋 copy color: '#353143'

red 53 ◦ green 49 ◦ blue 67

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

Shades of Revolver #353143

Tints of Revolver #353143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

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

R = 31.36%
G = 28.99%
B = 39.64%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353143 (or 0x353143) is known color: Revolver. HEX triplet: 35, 31 and 43. RGB value is (53,49,67). Sum of RGB (Red+Green+Blue) = 53+49+67=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 67 - color contains mainly: blue. Hex color #353143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353143 is #CACEBC. Grayscale: #343434. Windows color (decimal): -13291197 or 4403509. OLE color: 4403509.

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

Color convert

RGB 53 49 67 -
CMYK 0.21 0.27 0 0.74
HSL 253.33º 0.16% 0.23% -
HSV(B) 253.33º 0.27% 0.26% -
XYZ 3.58 3.36 5.77 -
YUV 52.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 53 49 67 0.21 0.27 0 0.74 253.33 0.16 0.23
Hex 35 31 43 15 1B 0 4A FD 10 17
Octal 65 61 103 25 33 0 112 375 20 27
Binary 110101 110001 1000011 10101 11011 0 1001010 11111101 10000 10111

Color Harmonies of #353143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353143

Black with #353143

Text Example


Text Example

White with #353143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353143; }

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

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

background-color css

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

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

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

border-color css

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

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

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