#252C3D

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

Shades of Midnight Express #252C3D

Tints of Midnight Express #252C3D

Color information

#252C3D (or 0x252C3D) is unknown color: approx Midnight Express. HEX triplet: 25, 2C and 3D. RGB value is (37,44,61). Sum of RGB (Red+Green+Blue) = 37+44+61=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #252C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C3D is #DAD3C2. Grayscale: #2B2B2B. Windows color (decimal): -14341059 or 4008997. OLE color: 4008997.

HSL color Cylindrical-coordinate representation of color #252C3D: hue angle of 222.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #252C3D is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB374461-
CMYK0.390.2800.76
HSL222.5º24.49%19.22%-
HSV(B)222.5º39.34%23.92%-
XYZ2.512.534.77-
YUV43.84137.68123.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=26.06%
G=30.99%
B=42.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3744610.390.2800.76222.524.4919.22
Hex252C3D271C04Cde1813
Octal455475473401143363023
Binary1001011011001111011001111110001001100110111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,61); }

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

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

 a { background-color: rgb(37,44,61); }

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

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

 span { border-color: rgb(37,44,61); }

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