#252A36

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

Shades of Midnight Express #252A36

Tints of Midnight Express #252A36

Color information

#252A36 (or 0x252A36) is unknown color: approx Midnight Express. HEX triplet: 25, 2A and 36. RGB value is (37,42,54). Sum of RGB (Red+Green+Blue) = 37+42+54=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #252A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A36 is #DAD5C9. Grayscale: #292929. Windows color (decimal): -14341578 or 3549733. OLE color: 3549733.

HSL color Cylindrical-coordinate representation of color #252A36: hue angle of 222.35º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #252A36 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374254-
CMYK0.310.2200.79
HSL222.35º18.68%17.84%-
HSV(B)222.35º31.48%21.18%-
XYZ2.262.323.82-
YUV41.87134.84124.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 54 (21.48% from 255) = 40.60%
R=27.82%
G=31.58%
B=40.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3742540.310.2200.79222.3518.6817.84
Hex252A361F1604Fde1312
Octal455266372601173362322
Binary100101101010110110111111011001001111110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A36; }

 p { color: rgb(37,42,54); }

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

<style>
 a { background-color: #252A36; }

 a { background-color: rgb(37,42,54); }

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

<style>
 span { border-color: #252A36; }

 span { border-color: rgb(37,42,54); }

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