Html Css Color HEX #303840 Baltic Sea

📋 copy color: '#303840'

red 48 ◦ green 56 ◦ blue 64

#303840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #303840

Tints of Baltic Sea #303840

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.1%

R = 28.57%
G = 33.33%
B = 38.1%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303840 (or 0x303840) is known color: 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

RGB 48 56 64 -
CMYK 0.25 0.13 0 0.75
HSL 210º 0.14% 0.22% -
HSV(B) 210º 0.25% 0.25% -
XYZ 3.56 3.83 5.4 -
YUV 54.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 48 56 64 0.25 0.13 0 0.75 210 0.14 0.22
Hex 30 38 40 19 D 0 4B D2 E 16
Octal 60 70 100 31 15 0 113 322 16 26
Binary 110000 111000 1000000 11001 1101 0 1001011 11010010 1110 10110

Color Harmonies of #303840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303840

Black with #303840

Text Example


Text Example

White with #303840

Text Example


Text Example

HTML Codes & Css Web 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>