#303D47

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

Shades of Big Stone #303D47

Tints of Big Stone #303D47

Color information

#303D47 (or 0x303D47) is unknown color: approx Big Stone. HEX triplet: 30, 3D and 47. RGB value is (48,61,71). Sum of RGB (Red+Green+Blue) = 48+61+71=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: blue. Hex color #303D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D47 is #CFC2B8. Grayscale: #3A3A3A. Windows color (decimal): -13615801 or 4668720. OLE color: 4668720.

HSL color Cylindrical-coordinate representation of color #303D47: hue angle of 206.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303D47 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB486171-
CMYK0.320.1400.72
HSL206.09º19.33%23.33%-
HSV(B)206.09º32.39%27.84%-
XYZ4.024.426.6-
YUV58.25135.19120.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=26.67%
G=33.89%
B=39.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4861710.320.1400.72206.0919.3323.33
Hex303D4720E048ce1317
Octal6075107401601103162327
Binary1100001111011000111100000111001001000110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D47; }

 p { color: rgb(48,61,71); }

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

<style>
 a { background-color: #303D47; }

 a { background-color: rgb(48,61,71); }

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

<style>
 span { border-color: #303D47; }

 span { border-color: rgb(48,61,71); }

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