#33373B

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

Shades of Baltic Sea #33373B

Tints of Baltic Sea #33373B

Color information

#33373B (or 0x33373B) is unknown color: approx Baltic Sea. HEX triplet: 33, 37 and 3B. RGB value is (51,55,59). Sum of RGB (Red+Green+Blue) = 51+55+59=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 59 - color contains mainly: blue. Hex color #33373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33373B is #CCC8C4. Grayscale: #363636. Windows color (decimal): -13420741 or 3880755. OLE color: 3880755.

HSL color Cylindrical-coordinate representation of color #33373B: hue angle of 210º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33373B is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB515559-
CMYK0.140.0700.77
HSL210º7.27%21.57%-
HSV(B)210º13.56%23.14%-
XYZ3.523.754.68-
YUV54.26130.67125.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=30.91%
G=33.33%
B=35.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5155590.140.0700.772107.2721.57
Hex33373BE704Dd2716
Octal6367731670115322726
Binary1100111101111110111110111010011011101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33373B; }

 p { color: rgb(51,55,59); }

 H1.HeaderClassName
 {
   color: #33373B;
 }
 .AnyTagClassName
 {
   color: #33373B;
 }
</style>
background-color css

<style>
 a { background-color: #33373B; }

 a { background-color: rgb(51,55,59); }

 div.DivClassName
 {
   background-color: #33373B;
 }
 .BgClassName
 {
   background-color: #33373B;
 }
</style>
border-color css

<style>
 span { border-color: #33373B; }

 span { border-color: rgb(51,55,59); }

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