#29333B

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

Shades of Midnight #29333B

Tints of Midnight #29333B

Color information

#29333B (or 0x29333B) is unknown color: approx Midnight. HEX triplet: 29, 33 and 3B. RGB value is (41,51,59). Sum of RGB (Red+Green+Blue) = 41+51+59=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #29333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29333B is #D6CCC4. Grayscale: #303030. Windows color (decimal): -14077125 or 3879721. OLE color: 3879721.

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

Color convert

RGB415159-
CMYK0.310.1400.77
HSL206.67º18%19.61%-
HSV(B)206.67º30.51%23.14%-
XYZ2.893.154.59-
YUV48.92133.69122.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=27.15%
G=33.77%
B=39.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4151590.310.1400.77206.671819.61
Hex29333B1FE04Dcf1214
Octal516373371601153172224
Binary10100111001111101111111111001001101110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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