Html Css Color HEX #33393F Baltic Sea

📋 copy color: '#33393F'

red 51 ◦ green 57 ◦ blue 63

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

Shades of Baltic Sea #33393F

Tints of Baltic Sea #33393F

RGB

 RED value IS 51 (20.31% from 255) = 29.82%

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 63 (25% from 255) = 36.84%

R = 29.82%
G = 33.33%
B = 36.84%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33393F (or 0x33393F) is known color: Baltic Sea. HEX triplet: 33, 39 and 3F. RGB value is (51,57,63). Sum of RGB (Red+Green+Blue) = 51+57+63=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #33393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33393F is #CCC6C0. Grayscale: #373737. Windows color (decimal): -13420225 or 4143411. OLE color: 4143411.

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

Color convert

RGB 51 57 63 -
CMYK 0.19 0.10 0 0.75
HSL 210º 0.11% 0.22% -
HSV(B) 210º 0.19% 0.25% -
XYZ 3.73 3.99 5.28 -
YUV 55.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 51 57 63 0.19 0.10 0 0.75 210 0.11 0.22
Hex 33 39 3F 13 A 0 4B D2 B 16
Octal 63 71 77 23 12 0 113 322 13 26
Binary 110011 111001 111111 10011 1010 0 1001011 11010010 1011 10110

Color Harmonies of #33393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33393F

Black with #33393F

Text Example


Text Example

White with #33393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33393F; }

 p { color: rgb(51,57,63); }

 H1.HeaderClassName
 {
   color: #33393F;
 }
 .AnyTagClassName
 {
   color: #33393F;
 }
</style>

background-color css

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

 a { background-color: rgb(51,57,63); }

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

border-color css

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

 span { border-color: rgb(51,57,63); }

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