#30434A

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

Shades of Big Stone #30434A

Tints of Big Stone #30434A

Color information

#30434A (or 0x30434A) is unknown color: approx Big Stone. HEX triplet: 30, 43 and 4A. RGB value is (48,67,74). Sum of RGB (Red+Green+Blue) = 48+67+74=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #30434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30434A is #CFBCB5. Grayscale: #3E3E3E. Windows color (decimal): -13614262 or 4866864. OLE color: 4866864.

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

Color convert

RGB486774-
CMYK0.350.0900.71
HSL196.15º21.31%23.92%-
HSV(B)196.15º35.14%29.02%-
XYZ4.465.147.23-
YUV62.12134.71117.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=25.40%
G=35.45%
B=39.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4867740.350.0900.71196.1521.3123.92
Hex30434A239047c41518
Octal60103112431101073042530
Binary11000010000111001010100011100101000111110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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