#33393F

Color #33393F Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #33393F

Tints of Baltic Sea #33393F

Color information

#33393F (or 0x33393F) is unknown color: approx 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

RGB515763-
CMYK0.190.1000.75
HSL210º10.53%22.35%-
HSV(B)210º19.05%24.71%-
XYZ3.733.995.28-
YUV55.89132.01124.51-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5157630.190.1000.7521010.5322.35
Hex33393F13A04Bd2b16
Octal637177231201133221326
Binary1100111110011111111001110100100101111010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>