#292C35

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

Shades of Midnight Express #292C35

Tints of Midnight Express #292C35

Color information

#292C35 (or 0x292C35) is unknown color: approx Midnight Express. HEX triplet: 29, 2C and 35. RGB value is (41,44,53). Sum of RGB (Red+Green+Blue) = 41+44+53=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #292C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C35 is #D6D3CA. Grayscale: #2C2C2C. Windows color (decimal): -14078923 or 3484713. OLE color: 3484713.

HSL color Cylindrical-coordinate representation of color #292C35: hue angle of 225º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #292C35 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414453-
CMYK0.230.1700.79
HSL225º12.77%18.43%-
HSV(B)225º22.64%20.78%-
XYZ2.462.533.73-
YUV44.13133.01125.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=29.71%
G=31.88%
B=38.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4144530.230.1700.7922512.7718.43
Hex292C35171104Fe1d12
Octal515465272101173411522
Binary10100110110011010110111100010100111111100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292C35; }

 p { color: rgb(41,44,53); }

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

<style>
 a { background-color: #292C35; }

 a { background-color: rgb(41,44,53); }

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

<style>
 span { border-color: #292C35; }

 span { border-color: rgb(41,44,53); }

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