#334248

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

Shades of Big Stone #334248

Tints of Big Stone #334248

Color information

#334248 (or 0x334248) is unknown color: approx Big Stone. HEX triplet: 33, 42 and 48. RGB value is (51,66,72). Sum of RGB (Red+Green+Blue) = 51+66+72=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #334248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334248 is #CCBDB7. Grayscale: #3E3E3E. Windows color (decimal): -13417912 or 4735539. OLE color: 4735539.

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

Color convert

RGB516672-
CMYK0.290.0800.72
HSL197.14º17.07%24.12%-
HSV(B)197.14º29.17%28.24%-
XYZ4.485.076.87-
YUV62.2133.53120.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5166720.290.0800.72197.1417.0724.12
Hex3342481D8048c51118
Octal63102110351001103052130
Binary1100111000010100100011101100001001000110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334248; }

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

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

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

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

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

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

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

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