#20102B

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

Shades of Blackcurrant #20102B

Tints of Blackcurrant #20102B

Color information

#20102B (or 0x20102B) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 2B. RGB value is (32,16,43). Sum of RGB (Red+Green+Blue) = 32+16+43=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #20102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20102B is #DFEFD4. Grayscale: #171717. Windows color (decimal): -14675925 or 2822176. OLE color: 2822176.

HSL color Cylindrical-coordinate representation of color #20102B: hue angle of 275.56º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20102B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB321643-
CMYK0.260.6300.83
HSL275.56º45.76%11.57%-
HSV(B)275.56º62.79%16.86%-
XYZ1.220.852.39-
YUV23.86138.8133.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 43 (17.19% from 255) = 47.25%
R=35.16%
G=17.58%
B=47.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3216430.260.6300.83275.5645.7611.57
Hex20102B1A3F0531142ec
Octal402053327701234245614
Binary1000001000010101111010111111010100111000101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20102B; }

 p { color: rgb(32,16,43); }

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

<style>
 a { background-color: #20102B; }

 a { background-color: rgb(32,16,43); }

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

<style>
 span { border-color: #20102B; }

 span { border-color: rgb(32,16,43); }

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