#303840

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

Shades of Baltic Sea #303840

Tints of Baltic Sea #303840

Color information

#303840 (or 0x303840) is unknown color: approx Baltic Sea. HEX triplet: 30, 38 and 40. RGB value is (48,56,64). Sum of RGB (Red+Green+Blue) = 48+56+64=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #303840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303840 is #CFC7BF. Grayscale: #363636. Windows color (decimal): -13617088 or 4208688. OLE color: 4208688.

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

Color convert

RGB485664-
CMYK0.250.1300.75
HSL210º14.29%21.96%-
HSV(B)210º25%25.1%-
XYZ3.563.835.4-
YUV54.52133.35123.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=28.57%
G=33.33%
B=38.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4856640.250.1300.7521014.2921.96
Hex30384019D04Bd2e16
Octal6070100311501133221626
Binary11000011100010000001100111010100101111010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303840; }

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

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

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

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

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

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

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

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