#30404A

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

Shades of Big Stone #30404A

Tints of Big Stone #30404A

Color information

#30404A (or 0x30404A) is unknown color: approx Big Stone. HEX triplet: 30, 40 and 4A. RGB value is (48,64,74). Sum of RGB (Red+Green+Blue) = 48+64+74=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #30404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30404A is #CFBFB5. Grayscale: #3C3C3C. Windows color (decimal): -13615030 or 4866096. OLE color: 4866096.

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

Color convert

RGB486474-
CMYK0.350.1400.71
HSL203.08º21.31%23.92%-
HSV(B)203.08º35.14%29.02%-
XYZ4.294.797.18-
YUV60.36135.7119.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 74 (29.30% from 255) = 39.78%
R=25.81%
G=34.41%
B=39.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4864740.350.1400.71203.0821.3123.92
Hex30404A23E047cb1518
Octal60100112431601073132530
Binary11000010000001001010100011111001000111110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30404A; }

 p { color: rgb(48,64,74); }

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

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

 a { background-color: rgb(48,64,74); }

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

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

 span { border-color: rgb(48,64,74); }

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