#30434B

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

Shades of Big Stone #30434B

Tints of Big Stone #30434B

Color information

#30434B (or 0x30434B) is unknown color: approx Big Stone. HEX triplet: 30, 43 and 4B. RGB value is (48,67,75). Sum of RGB (Red+Green+Blue) = 48+67+75=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #30434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30434B is #CFBCB4. Grayscale: #3E3E3E. Windows color (decimal): -13614261 or 4932400. OLE color: 4932400.

HSL color Cylindrical-coordinate representation of color #30434B: hue angle of 197.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30434B is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB486775-
CMYK0.360.1100.71
HSL197.78º21.95%24.12%-
HSV(B)197.78º36%29.41%-
XYZ4.55.157.41-
YUV62.23135.21117.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=25.26%
G=35.26%
B=39.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4867750.360.1100.71197.7821.9524.12
Hex30434B24B047c61618
Octal60103113441301073062630
Binary11000010000111001011100100101101000111110001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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