#20252F

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

Shades of Midnight Express #20252F

Tints of Midnight Express #20252F

Color information

#20252F (or 0x20252F) is unknown color: approx Midnight Express. HEX triplet: 20, 25 and 2F. RGB value is (32,37,47). Sum of RGB (Red+Green+Blue) = 32+37+47=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 47 - color contains mainly: blue. Hex color #20252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20252F is #DFDAD0. Grayscale: #242424. Windows color (decimal): -14670545 or 3089696. OLE color: 3089696.

HSL color Cylindrical-coordinate representation of color #20252F: hue angle of 220º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #20252F is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB323747-
CMYK0.320.2100.82
HSL220º18.99%15.49%-
HSV(B)220º31.91%18.43%-
XYZ1.771.842.95-
YUV36.64133.84124.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.59%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=27.59%
G=31.90%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3237470.320.2100.8222018.9915.49
Hex20252F2015052dc13f
Octal404557402501223342317
Binary100000100101101111100000101010101001011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20252F; }

 p { color: rgb(32,37,47); }

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

<style>
 a { background-color: #20252F; }

 a { background-color: rgb(32,37,47); }

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

<style>
 span { border-color: #20252F; }

 span { border-color: rgb(32,37,47); }

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