Html Css Color HEX #303941 Baltic Sea

📋 copy color: '#303941'

red 48 ◦ green 57 ◦ blue 65

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

Shades of Baltic Sea #303941

Tints of Baltic Sea #303941

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 value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 48 57 65 -
CMYK 0.26 0.12 0 0.75
HSL 208.24º 0.15% 0.22% -
HSV(B) 208.24º 0.26% 0.25% -
XYZ 3.64 3.94 5.57 -
YUV 55.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 48 57 65 0.26 0.12 0 0.75 208.24 0.15 0.22
Hex 30 39 41 1A C 0 4B D0 F 16
Octal 60 71 101 32 14 0 113 320 17 26
Binary 110000 111001 1000001 11010 1100 0 1001011 11010000 1111 10110

Color Harmonies of #303941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303941

Black with #303941

Text Example


Text Example

White with #303941

Text Example


Text Example

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