#304349

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

Shades of Big Stone #304349

Tints of Big Stone #304349

Color information

#304349 (or 0x304349) is unknown color: approx Big Stone. HEX triplet: 30, 43 and 49. RGB value is (48,67,73). Sum of RGB (Red+Green+Blue) = 48+67+73=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #304349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304349 is #CFBCB6. Grayscale: #3D3D3D. Windows color (decimal): -13614263 or 4801328. OLE color: 4801328.

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

Color convert

RGB486773-
CMYK0.340.0800.71
HSL194.4º20.66%23.73%-
HSV(B)194.4º34.25%28.63%-
XYZ4.435.127.06-
YUV62134.21118.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=25.53%
G=35.64%
B=38.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4867730.340.0800.71194.420.6623.73
Hex304349228047c21518
Octal60103111421001073022530
Binary11000010000111001001100010100001000111110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304349; }

 p { color: rgb(48,67,73); }

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

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

 a { background-color: rgb(48,67,73); }

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

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

 span { border-color: rgb(48,67,73); }

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