Html Css Color HEX #292E3D Midnight Express

📋 copy color: '#292E3D'

red 41 ◦ green 46 ◦ blue 61

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

Shades of Midnight Express #292E3D

Tints of Midnight Express #292E3D

RGB

 RED value IS 41 (16.41% from 255) = 27.7%

 GREEN value IS 46 (18.36% from 255) = 31.08%

 BLUE value IS 61 (24.22% from 255) = 41.22%

R = 27.7%
G = 31.08%
B = 41.22%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#292E3D (or 0x292E3D) is known color: Midnight Express. HEX triplet: 29, 2E and 3D. RGB value is (41,46,61). Sum of RGB (Red+Green+Blue) = 41+46+61=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #292E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E3D is #D6D1C2. Grayscale: #2E2E2E. Windows color (decimal): -14078403 or 4009513. OLE color: 4009513.

HSL color Cylindrical-coordinate representation of color #292E3D: hue angle of 225º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #292E3D is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 46 61 -
CMYK 0.33 0.25 0 0.76
HSL 225º 0.2% 0.2% -
HSV(B) 225º 0.33% 0.24% -
XYZ 2.73 2.76 4.8 -
YUV 46.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 41 46 61 0.33 0.25 0 0.76 225 0.2 0.2
Hex 29 2E 3D 21 19 0 4C E1 14 14
Octal 51 56 75 41 31 0 114 341 24 24
Binary 101001 101110 111101 100001 11001 0 1001100 11100001 10100 10100

Color Harmonies of #292E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E3D

Black with #292E3D

Text Example


Text Example

White with #292E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,46,61); }

 H1.HeaderClassName
 {
   color: #292E3D;
 }
 .AnyTagClassName
 {
   color: #292E3D;
 }
</style>

background-color css

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

 a { background-color: rgb(41,46,61); }

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

border-color css

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

 span { border-color: rgb(41,46,61); }

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