#35343D

Color #35343D Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #35343D

Tints of Revolver #35343D

Color information

#35343D (or 0x35343D) is unknown color: approx Revolver. HEX triplet: 35, 34 and 3D. RGB value is (53,52,61). Sum of RGB (Red+Green+Blue) = 53+52+61=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 61 - color contains mainly: blue. Hex color #35343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35343D is #CACBC2. Grayscale: #353535. Windows color (decimal): -13290435 or 4011061. OLE color: 4011061.

HSL color Cylindrical-coordinate representation of color #35343D: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35343D is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB535261-
CMYK0.130.1500.76
HSL246.67º7.96%22.16%-
HSV(B)246.67º14.75%23.92%-
XYZ3.543.554.91-
YUV53.32132.33127.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 61 (24.22% from 255) = 36.75%
R=31.93%
G=31.33%
B=36.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5352610.130.1500.76246.677.9622.16
Hex35343DDF04Cf7816
Octal656475151701143671026
Binary110101110100111101110111110100110011110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35343D; }

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

 H1.HeaderClassName
 {
   color: #35343D;
 }
 .AnyTagClassName
 {
   color: #35343D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #35343D;
 }
 .BgClassName
 {
   background-color: #35343D;
 }
</style>
border-color css

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

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

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