#10021E

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

Shades of Blackcurrant #10021E

Tints of Blackcurrant #10021E

Color information

#10021E (or 0x10021E) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 1E. RGB value is (16,2,30). Sum of RGB (Red+Green+Blue) = 16+2+30=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #10021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10021E is #EFFDE1. Grayscale: #090909. Windows color (decimal): -15728098 or 1966608. OLE color: 1966608.

HSL color Cylindrical-coordinate representation of color #10021E: hue angle of 270º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10021E is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB16230-
CMYK0.470.9300.88
HSL270º87.5%6.27%-
HSV(B)270º93.33%11.76%-
XYZ0.470.251.25-
YUV9.38139.64132.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=33.33%
G=4.17%
B=62.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal162300.470.9300.8827087.56.27
Hex1021E2F5D05810e586
Octal202365713501304161306
Binary1000010111101011111011101010110001000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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