Html Css Color HEX #30373D Baltic Sea

📋 copy color: '#30373D'

red 48 ◦ green 55 ◦ blue 61

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

Shades of Baltic Sea #30373D

Tints of Baltic Sea #30373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

 BLUE value IS 61 (24.22% from 255) = 37.2%

R = 29.27%
G = 33.54%
B = 37.2%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#30373D (or 0x30373D) is known color: Baltic Sea. HEX triplet: 30, 37 and 3D. RGB value is (48,55,61). Sum of RGB (Red+Green+Blue) = 48+55+61=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #30373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30373D is #CFC8C2. Grayscale: #353535. Windows color (decimal): -13617347 or 4011824. OLE color: 4011824.

HSL color Cylindrical-coordinate representation of color #30373D: hue angle of 207.69º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30373D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 55 61 -
CMYK 0.21 0.10 0 0.76
HSL 207.69º 0.12% 0.21% -
HSV(B) 207.69º 0.21% 0.24% -
XYZ 3.43 3.7 4.95 -
YUV 53.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 48 55 61 0.21 0.10 0 0.76 207.69 0.12 0.21
Hex 30 37 3D 15 A 0 4C D0 C 15
Octal 60 67 75 25 12 0 114 320 14 25
Binary 110000 110111 111101 10101 1010 0 1001100 11010000 1100 10101

Color Harmonies of #30373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30373D

Black with #30373D

Text Example


Text Example

White with #30373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30373D; }

 p { color: rgb(48,55,61); }

 H1.HeaderClassName
 {
   color: #30373D;
 }
 .AnyTagClassName
 {
   color: #30373D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,55,61); }

 div.DivClassName
 {
   background-color: #30373D;
 }
 .BgClassName
 {
   background-color: #30373D;
 }
</style>

border-color css

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

 span { border-color: rgb(48,55,61); }

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