Html Css Color HEX #20252F Midnight Express

📋 copy color: '#20252F'

red 32 ◦ green 37 ◦ blue 47

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

Shades of Midnight Express #20252F

Tints of Midnight Express #20252F

RGB

 RED value IS 32 (12.89% from 255) = 27.59%

 GREEN value IS 37 (14.84% from 255) = 31.9%

 BLUE value IS 47 (18.75% from 255) = 40.52%

R = 27.59%
G = 31.9%
B = 40.52%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#20252F (or 0x20252F) is known color: 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

RGB 32 37 47 -
CMYK 0.32 0.21 0 0.82
HSL 220º 0.19% 0.15% -
HSV(B) 220º 0.32% 0.18% -
XYZ 1.77 1.84 2.95 -
YUV 36.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 32 37 47 0.32 0.21 0 0.82 220 0.19 0.15
Hex 20 25 2F 20 15 0 52 DC 13 F
Octal 40 45 57 40 25 0 122 334 23 17
Binary 100000 100101 101111 100000 10101 0 1010010 11011100 10011 1111

Color Harmonies of #20252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20252F

Black with #20252F

Text Example


Text Example

White with #20252F

Text Example


Text Example

HTML Codes & Css Web 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>