#10021D

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

Shades of Blackcurrant #10021D

Tints of Blackcurrant #10021D

Color information

#10021D (or 0x10021D) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 1D. RGB value is (16,2,29). Sum of RGB (Red+Green+Blue) = 16+2+29=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #10021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10021D is #EFFDE2. Grayscale: #090909. Windows color (decimal): -15728099 or 1901072. OLE color: 1901072.

HSL color Cylindrical-coordinate representation of color #10021D: hue angle of 271.11º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10021D is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16229-
CMYK0.450.9300.89
HSL271.11º87.1%6.08%-
HSV(B)271.11º93.1%11.37%-
XYZ0.460.241.19-
YUV9.26139.14132.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 29 (11.72% from 255) = 61.70%
R=34.04%
G=4.26%
B=61.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal162290.450.9300.89271.1187.16.08
Hex1021D2D5D05910f576
Octal202355513501314171276
Binary1000010111011011011011101010110011000011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10021D; }

 p { color: rgb(16,2,29); }

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

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

 a { background-color: rgb(16,2,29); }

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

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

 span { border-color: rgb(16,2,29); }

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