#252A38

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

Shades of Midnight Express #252A38

Tints of Midnight Express #252A38

Color information

#252A38 (or 0x252A38) is unknown color: approx Midnight Express. HEX triplet: 25, 2A and 38. RGB value is (37,42,56). Sum of RGB (Red+Green+Blue) = 37+42+56=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #252A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A38 is #DAD5C7. Grayscale: #2A2A2A. Windows color (decimal): -14341576 or 3680805. OLE color: 3680805.

HSL color Cylindrical-coordinate representation of color #252A38: hue angle of 224.21º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #252A38 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB374256-
CMYK0.340.2500.78
HSL224.21º20.43%18.24%-
HSV(B)224.21º33.93%21.96%-
XYZ2.32.334.07-
YUV42.1135.84124.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=27.41%
G=31.11%
B=41.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3742560.340.2500.78224.2120.4318.24
Hex252A38221904Ee01412
Octal455270423101163402422
Binary1001011010101110001000101100101001110111000001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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