#100421

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

Shades of Blackcurrant #100421

Tints of Blackcurrant #100421

Color information

#100421 (or 0x100421) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 21. RGB value is (16,4,33). Sum of RGB (Red+Green+Blue) = 16+4+33=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #100421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100421 is #EFFBDE. Grayscale: #0A0A0A. Windows color (decimal): -15727583 or 2163728. OLE color: 2163728.

HSL color Cylindrical-coordinate representation of color #100421: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100421 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB16433-
CMYK0.520.8800.87
HSL264.83º78.38%7.25%-
HSV(B)264.83º87.88%12.94%-
XYZ0.530.311.47-
YUV10.89140.48131.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=30.19%
G=7.55%
B=62.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal164330.520.8800.87264.8378.387.25
Hex1042134580571094e7
Octal204416413001274111167
Binary100001001000011101001011000010101111000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100421; }

 p { color: rgb(16,4,33); }

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

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

 a { background-color: rgb(16,4,33); }

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

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

 span { border-color: rgb(16,4,33); }

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