#30424A

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

Shades of Big Stone #30424A

Tints of Big Stone #30424A

Color information

#30424A (or 0x30424A) is unknown color: approx Big Stone. HEX triplet: 30, 42 and 4A. RGB value is (48,66,74). Sum of RGB (Red+Green+Blue) = 48+66+74=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #30424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30424A is #CFBDB5. Grayscale: #3D3D3D. Windows color (decimal): -13614518 or 4866608. OLE color: 4866608.

HSL color Cylindrical-coordinate representation of color #30424A: hue angle of 198.46º 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 #30424A is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB486674-
CMYK0.350.1100.71
HSL198.46º21.31%23.92%-
HSV(B)198.46º35.14%29.02%-
XYZ4.45.027.22-
YUV61.53135.04118.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=25.53%
G=35.11%
B=39.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4866740.350.1100.71198.4621.3123.92
Hex30424A23B047c61518
Octal60102112431301073062530
Binary11000010000101001010100011101101000111110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30424A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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