#20192A

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

Shades of Blackcurrant #20192A

Tints of Blackcurrant #20192A

Color information

#20192A (or 0x20192A) is unknown color: approx Blackcurrant. HEX triplet: 20, 19 and 2A. RGB value is (32,25,42). Sum of RGB (Red+Green+Blue) = 32+25+42=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #20192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20192A is #DFE6D5. Grayscale: #1C1C1C. Windows color (decimal): -14673622 or 2758944. OLE color: 2758944.

HSL color Cylindrical-coordinate representation of color #20192A: hue angle of 264.71º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #20192A is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB322542-
CMYK0.240.4000.84
HSL264.71º25.37%13.14%-
HSV(B)264.71º40.48%16.47%-
XYZ1.361.172.34-
YUV29.03135.32130.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=32.32%
G=25.25%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3225420.240.4000.84264.7125.3713.14
Hex20192A182805410919d
Octal403152305001244113115
Binary100000110011010101100010100001010100100001001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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