#303B41

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

Shades of Big Stone #303B41

Tints of Big Stone #303B41

Color information

#303B41 (or 0x303B41) is unknown color: approx Big Stone. HEX triplet: 30, 3B and 41. RGB value is (48,59,65). Sum of RGB (Red+Green+Blue) = 48+59+65=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #303B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B41 is #CFC4BE. Grayscale: #383838. Windows color (decimal): -13616319 or 4274992. OLE color: 4274992.

HSL color Cylindrical-coordinate representation of color #303B41: hue angle of 201.18º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #303B41 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485965-
CMYK0.260.0900.75
HSL201.18º15.04%22.16%-
HSV(B)201.18º26.15%25.49%-
XYZ3.744.145.6-
YUV56.4132.86122.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=27.91%
G=34.30%
B=37.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4859650.260.0900.75201.1815.0422.16
Hex303B411A904Bc9f16
Octal6073101321101133111726
Binary11000011101110000011101010010100101111001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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