#29333C

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

Shades of Midnight #29333C

Tints of Midnight #29333C

Color information

#29333C (or 0x29333C) is unknown color: approx Midnight. HEX triplet: 29, 33 and 3C. RGB value is (41,51,60). Sum of RGB (Red+Green+Blue) = 41+51+60=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #29333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29333C is #D6CCC3. Grayscale: #303030. Windows color (decimal): -14077124 or 3945257. OLE color: 3945257.

HSL color Cylindrical-coordinate representation of color #29333C: hue angle of 208.42º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #29333C is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB415160-
CMYK0.320.1500.76
HSL208.42º18.81%19.8%-
HSV(B)208.42º31.67%23.53%-
XYZ2.913.174.73-
YUV49.04134.19122.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=26.97%
G=33.55%
B=39.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4151600.320.1500.76208.4218.8119.8
Hex29333C20F04Cd01314
Octal516374401701143202324
Binary101001110011111100100000111101001100110100001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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