#333F47

Color #333F47 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #333F47

Tints of Big Stone #333F47

Color information

#333F47 (or 0x333F47) is unknown color: approx Big Stone. HEX triplet: 33, 3F and 47. RGB value is (51,63,71). Sum of RGB (Red+Green+Blue) = 51+63+71=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #333F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F47 is #CCC0B8. Grayscale: #3C3C3C. Windows color (decimal): -13418681 or 4669235. OLE color: 4669235.

HSL color Cylindrical-coordinate representation of color #333F47: hue angle of 204º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #333F47 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516371-
CMYK0.280.1100.72
HSL204º16.39%23.92%-
HSV(B)204º28.17%27.84%-
XYZ4.284.716.65-
YUV60.32134.02121.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=27.57%
G=34.05%
B=38.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5163710.280.1100.7220416.3923.92
Hex333F471CB048cc1018
Octal6377107341301103142030
Binary110011111111100011111100101101001000110011001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F47; }

 p { color: rgb(51,63,71); }

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

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

 a { background-color: rgb(51,63,71); }

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

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

 span { border-color: rgb(51,63,71); }

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