Html Css Color HEX #303841 Baltic Sea

📋 copy color: '#303841'

red 48 ◦ green 56 ◦ blue 65

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

Shades of Baltic Sea #303841

Tints of Baltic Sea #303841

RGB

 RED value IS 48 (19.14% from 255) = 28.4%

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 28.4%
G = 33.14%
B = 38.46%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 48 56 65 -
CMYK 0.26 0.14 0 0.75
HSL 211.76º 0.15% 0.22% -
HSV(B) 211.76º 0.26% 0.25% -
XYZ 3.59 3.84 5.55 -
YUV 54.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 48 56 65 0.26 0.14 0 0.75 211.76 0.15 0.22
Hex 30 38 41 1A E 0 4B D4 F 16
Octal 60 70 101 32 16 0 113 324 17 26
Binary 110000 111000 1000001 11010 1110 0 1001011 11010100 1111 10110

Color Harmonies of #303841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303841

Black with #303841

Text Example


Text Example

White with #303841

Text Example


Text Example

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