Html Css Color HEX #292C35 Midnight Express

📋 copy color: '#292C35'

red 41 ◦ green 44 ◦ blue 53

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

Shades of Midnight Express #292C35

Tints of Midnight Express #292C35

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#292C35 (or 0x292C35) is known color: 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

RGB 41 44 53 -
CMYK 0.23 0.17 0 0.79
HSL 225º 0.13% 0.18% -
HSV(B) 225º 0.23% 0.21% -
XYZ 2.46 2.53 3.73 -
YUV 44.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 41 44 53 0.23 0.17 0 0.79 225 0.13 0.18
Hex 29 2C 35 17 11 0 4F E1 D 12
Octal 51 54 65 27 21 0 117 341 15 22
Binary 101001 101100 110101 10111 10001 0 1001111 11100001 1101 10010

Color Harmonies of #292C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C35

Black with #292C35

Text Example


Text Example

White with #292C35

Text Example


Text Example

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