#332F42

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

Shades of Revolver #332F42

Tints of Revolver #332F42

Color information

#332F42 (or 0x332F42) is unknown color: approx Revolver. HEX triplet: 33, 2F and 42. RGB value is (51,47,66). Sum of RGB (Red+Green+Blue) = 51+47+66=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #332F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F42 is #CCD0BD. Grayscale: #323232. Windows color (decimal): -13422782 or 4337459. OLE color: 4337459.

HSL color Cylindrical-coordinate representation of color #332F42: hue angle of 252.63º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #332F42 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB514766-
CMYK0.230.2900.74
HSL252.63º16.81%22.16%-
HSV(B)252.63º28.79%25.88%-
XYZ3.373.135.58-
YUV50.36136.83128.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=31.10%
G=28.66%
B=40.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5147660.230.2900.74252.6316.8122.16
Hex332F42171D04Afd1116
Octal6357102273501123752126
Binary1100111011111000010101111110101001010111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332F42; }

 p { color: rgb(51,47,66); }

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

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

 a { background-color: rgb(51,47,66); }

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

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

 span { border-color: rgb(51,47,66); }

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