#30414D

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

Shades of Big Stone #30414D

Tints of Big Stone #30414D

Color information

#30414D (or 0x30414D) is unknown color: approx Big Stone. HEX triplet: 30, 41 and 4D. RGB value is (48,65,77). Sum of RGB (Red+Green+Blue) = 48+65+77=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #30414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30414D is #CFBEB2. Grayscale: #3D3D3D. Windows color (decimal): -13614771 or 5062960. OLE color: 5062960.

HSL color Cylindrical-coordinate representation of color #30414D: hue angle of 204.83º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30414D is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB486577-
CMYK0.380.1600.70
HSL204.83º23.2%24.51%-
HSV(B)204.83º37.66%30.2%-
XYZ4.454.947.74-
YUV61.28136.87118.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=25.26%
G=34.21%
B=40.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4865770.380.1600.70204.8323.224.51
Hex30414D2610046cd1719
Octal60101115462001063152731
Binary110000100000110011011001101000001000110110011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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