#30414B

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

Shades of Big Stone #30414B

Tints of Big Stone #30414B

Color information

#30414B (or 0x30414B) is unknown color: approx Big Stone. HEX triplet: 30, 41 and 4B. RGB value is (48,65,75). Sum of RGB (Red+Green+Blue) = 48+65+75=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #30414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30414B is #CFBEB4. Grayscale: #3D3D3D. Windows color (decimal): -13614773 or 4931888. OLE color: 4931888.

HSL color Cylindrical-coordinate representation of color #30414B: hue angle of 202.22º 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 #30414B is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB486575-
CMYK0.360.1300.71
HSL202.22º21.95%24.12%-
HSV(B)202.22º36%29.41%-
XYZ4.384.927.37-
YUV61.06135.87118.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=25.53%
G=34.57%
B=39.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4865750.360.1300.71202.2221.9524.12
Hex30414B24D047ca1618
Octal60101113441501073122630
Binary11000010000011001011100100110101000111110010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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