#334247

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

Shades of Big Stone #334247

Tints of Big Stone #334247

Color information

#334247 (or 0x334247) is unknown color: approx Big Stone. HEX triplet: 33, 42 and 47. RGB value is (51,66,71). Sum of RGB (Red+Green+Blue) = 51+66+71=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #334247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334247 is #CCBDB8. Grayscale: #3E3E3E. Windows color (decimal): -13417913 or 4670003. OLE color: 4670003.

HSL color Cylindrical-coordinate representation of color #334247: hue angle of 195º 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 #334247 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB516671-
CMYK0.280.0700.72
HSL195º16.39%23.92%-
HSV(B)195º28.17%27.84%-
XYZ4.455.066.7-
YUV62.08133.03120.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=27.13%
G=35.11%
B=37.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5166710.280.0700.7219516.3923.92
Hex3342471C7048c31018
Octal6310210734701103032030
Binary110011100001010001111110011101001000110000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334247; }

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

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

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

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

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

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

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

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