#303941

Color #303941 Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #303941

Tints of Baltic Sea #303941

Color information

#303941 (or 0x303941) is unknown color: approx Baltic Sea. HEX triplet: 30, 39 and 41. RGB value is (48,57,65). Sum of RGB (Red+Green+Blue) = 48+57+65=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #303941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303941 is #CFC6BE. Grayscale: #373737. Windows color (decimal): -13616831 or 4274480. OLE color: 4274480.

HSL color Cylindrical-coordinate representation of color #303941: hue angle of 208.24º 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 #303941 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485765-
CMYK0.260.1200.75
HSL208.24º15.04%22.16%-
HSV(B)208.24º26.15%25.49%-
XYZ3.643.945.57-
YUV55.22133.52122.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=28.24%
G=33.53%
B=38.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4857650.260.1200.75208.2415.0422.16
Hex3039411AC04Bd0f16
Octal6071101321401133201726
Binary11000011100110000011101011000100101111010000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303941; }

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

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

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

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

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

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

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

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