Html Css Color HEX #29333C Midnight

📋 copy color: '#29333C'

red 41 ◦ green 51 ◦ blue 60

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

Shades of Midnight #29333C

Tints of Midnight #29333C

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 value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29333C (or 0x29333C) is known color: 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

RGB 41 51 60 -
CMYK 0.32 0.15 0 0.76
HSL 208.42º 0.19% 0.2% -
HSV(B) 208.42º 0.32% 0.24% -
XYZ 2.91 3.17 4.73 -
YUV 49.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 41 51 60 0.32 0.15 0 0.76 208.42 0.19 0.2
Hex 29 33 3C 20 F 0 4C D0 13 14
Octal 51 63 74 40 17 0 114 320 23 24
Binary 101001 110011 111100 100000 1111 0 1001100 11010000 10011 10100

Color Harmonies of #29333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29333C

Black with #29333C

Text Example


Text Example

White with #29333C

Text Example


Text Example

HTML Codes & Css Web 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>