#10021A

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

Shades of Blackcurrant #10021A

Tints of Blackcurrant #10021A

Color information

#10021A (or 0x10021A) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 1A. RGB value is (16,2,26). Sum of RGB (Red+Green+Blue) = 16+2+26=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #10021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10021A is #EFFDE5. Grayscale: #080808. Windows color (decimal): -15728102 or 1704464. OLE color: 1704464.

HSL color Cylindrical-coordinate representation of color #10021A: hue angle of 275º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10021A is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB16226-
CMYK0.380.9200.90
HSL275º85.71%5.49%-
HSV(B)275º92.31%10.2%-
XYZ0.420.231-
YUV8.92137.64133.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 26 (10.55% from 255) = 59.09%
R=36.36%
G=4.55%
B=59.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal162260.380.9200.9027585.715.49
Hex1021A265C05A113565
Octal202324613401324231265
Binary1000010110101001101011100010110101000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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