#333143

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

Shades of Revolver #333143

Tints of Revolver #333143

Color information

#333143 (or 0x333143) is unknown color: approx Revolver. HEX triplet: 33, 31 and 43. RGB value is (51,49,67). Sum of RGB (Red+Green+Blue) = 51+49+67=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 67 - color contains mainly: blue. Hex color #333143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333143 is #CCCEBC. Grayscale: #333333. Windows color (decimal): -13422269 or 4403507. OLE color: 4403507.

HSL color Cylindrical-coordinate representation of color #333143: hue angle of 246.67º 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 #333143 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB514967-
CMYK0.240.2700.74
HSL246.67º15.52%22.75%-
HSV(B)246.67º26.87%26.27%-
XYZ3.483.315.77-
YUV51.65136.66127.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=30.54%
G=29.34%
B=40.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5149670.240.2700.74246.6715.5222.75
Hex333143181B04Af71017
Octal6361103303301123672027
Binary1100111100011000011110001101101001010111101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333143; }

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

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

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

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

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

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

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

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