#20252A

Color #20252A Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #20252A

Tints of Blue Charcoal #20252A

Color information

#20252A (or 0x20252A) is unknown color: approx Blue Charcoal. HEX triplet: 20, 25 and 2A. RGB value is (32,37,42). Sum of RGB (Red+Green+Blue) = 32+37+42=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 42 - color contains mainly: blue. Hex color #20252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20252A is #DFDAD5. Grayscale: #242424. Windows color (decimal): -14670550 or 2762016. OLE color: 2762016.

HSL color Cylindrical-coordinate representation of color #20252A: hue angle of 210º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #20252A is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB323742-
CMYK0.240.1200.84
HSL210º13.51%14.51%-
HSV(B)210º23.81%16.47%-
XYZ1.681.82.45-
YUV36.08131.34125.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.83%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=28.83%
G=33.33%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3237420.240.1200.8421013.5114.51
Hex20252A18C054d2ef
Octal404552301401243221617
Binary100000100101101010110001100010101001101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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