#303841

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

Shades of Baltic Sea #303841

Tints of Baltic Sea #303841

Color information

#303841 (or 0x303841) is unknown color: approx Baltic Sea. HEX triplet: 30, 38 and 41. RGB value is (48,56,65). Sum of RGB (Red+Green+Blue) = 48+56+65=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 65 - color contains mainly: blue. Hex color #303841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303841 is #CFC7BE. Grayscale: #363636. Windows color (decimal): -13617087 or 4274224. OLE color: 4274224.

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

Color convert

RGB485665-
CMYK0.260.1400.75
HSL211.76º15.04%22.16%-
HSV(B)211.76º26.15%25.49%-
XYZ3.593.845.55-
YUV54.63133.85123.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 65 (25.78% from 255) = 38.46%
R=28.40%
G=33.14%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4856650.260.1400.75211.7615.0422.16
Hex3038411AE04Bd4f16
Octal6070101321601133241726
Binary11000011100010000011101011100100101111010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303841; }

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

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

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

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

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

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

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

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