#201029

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

Shades of Blackcurrant #201029

Tints of Blackcurrant #201029

Color information

#201029 (or 0x201029) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 29. RGB value is (32,16,41). Sum of RGB (Red+Green+Blue) = 32+16+41=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #201029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201029 is #DFEFD6. Grayscale: #171717. Windows color (decimal): -14675927 or 2691104. OLE color: 2691104.

HSL color Cylindrical-coordinate representation of color #201029: hue angle of 278.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201029 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB321641-
CMYK0.220.6100.84
HSL278.4º43.86%11.18%-
HSV(B)278.4º60.98%16.08%-
XYZ1.180.842.2-
YUV23.63137.8133.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 41 (16.41% from 255) = 46.07%
R=35.96%
G=17.98%
B=46.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3216410.220.6100.84278.443.8611.18
Hex201029163D0541162cb
Octal402051267501244265413
Binary1000001000010100110110111101010101001000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201029; }

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

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

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

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

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

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

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

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