#292B35

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

Shades of Midnight Express #292B35

Tints of Midnight Express #292B35

Color information

#292B35 (or 0x292B35) is unknown color: approx Midnight Express. HEX triplet: 29, 2B and 35. RGB value is (41,43,53). Sum of RGB (Red+Green+Blue) = 41+43+53=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #292B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B35 is #D6D4CA. Grayscale: #2B2B2B. Windows color (decimal): -14079179 or 3484457. OLE color: 3484457.

HSL color Cylindrical-coordinate representation of color #292B35: hue angle of 230º 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 #292B35 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414353-
CMYK0.230.1900.79
HSL230º12.77%18.43%-
HSV(B)230º22.64%20.78%-
XYZ2.422.463.71-
YUV43.54133.34126.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=29.93%
G=31.39%
B=38.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4143530.230.1900.7923012.7718.43
Hex292B35171304Fe6d12
Octal515365272301173461522
Binary10100110101111010110111100110100111111100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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