#304248

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

Shades of Big Stone #304248

Tints of Big Stone #304248

Color information

#304248 (or 0x304248) is unknown color: approx Big Stone. HEX triplet: 30, 42 and 48. RGB value is (48,66,72). Sum of RGB (Red+Green+Blue) = 48+66+72=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #304248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304248 is #CFBDB7. Grayscale: #3D3D3D. Windows color (decimal): -13614520 or 4735536. OLE color: 4735536.

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

Color convert

RGB486672-
CMYK0.330.0800.72
HSL195º20%23.53%-
HSV(B)195º33.33%28.24%-
XYZ4.344.996.87-
YUV61.3134.04118.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=25.81%
G=35.48%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4866720.330.0800.721952023.53
Hex304248218048c31418
Octal60102110411001103032430
Binary11000010000101001000100001100001001000110000111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304248; }

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

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

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

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

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

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

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

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