#34333B

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

Shades of Revolver #34333B

Tints of Revolver #34333B

Color information

#34333B (or 0x34333B) is unknown color: approx Revolver. HEX triplet: 34, 33 and 3B. RGB value is (52,51,59). Sum of RGB (Red+Green+Blue) = 52+51+59=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #34333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34333B is #CBCCC4. Grayscale: #343434. Windows color (decimal): -13356229 or 3879732. OLE color: 3879732.

HSL color Cylindrical-coordinate representation of color #34333B: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #34333B is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB525159-
CMYK0.120.1400.77
HSL247.5º7.27%21.57%-
HSV(B)247.5º13.56%23.14%-
XYZ3.393.414.62-
YUV52.21131.83127.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=32.10%
G=31.48%
B=36.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5251590.120.1400.77247.57.2721.57
Hex34333BCE04Df8716
Octal64637314160115370726
Binary11010011001111101111001110010011011111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34333B; }

 p { color: rgb(52,51,59); }

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

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

 a { background-color: rgb(52,51,59); }

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

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

 span { border-color: rgb(52,51,59); }

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