#20102C

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

Shades of Blackcurrant #20102C

Tints of Blackcurrant #20102C

Color information

#20102C (or 0x20102C) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 2C. RGB value is (32,16,44). Sum of RGB (Red+Green+Blue) = 32+16+44=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #20102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20102C is #DFEFD3. Grayscale: #171717. Windows color (decimal): -14675924 or 2887712. OLE color: 2887712.

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

Color convert

RGB321644-
CMYK0.270.6400.83
HSL274.29º46.67%11.76%-
HSV(B)274.29º63.64%17.25%-
XYZ1.240.862.48-
YUV23.98139.3133.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.78%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 44 (17.58% from 255) = 47.83%
R=34.78%
G=17.39%
B=47.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3216440.270.6400.83274.2946.6711.76
Hex20102C1B400531122fc
Octal4020543310001234225714
Binary10000010000101100110111000000010100111000100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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