#100021

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

Shades of Blackcurrant #100021

Tints of Blackcurrant #100021

Color information

#100021 (or 0x100021) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 21. RGB value is (16,0,33). Sum of RGB (Red+Green+Blue) = 16+0+33=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #100021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100021 is #EFFFDE. Grayscale: #080808. Windows color (decimal): -15728607 or 2162704. OLE color: 2162704.

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

Color convert

RGB16033-
CMYK0.52100.87
HSL269.09º100%6.47%-
HSV(B)269.09º100%12.94%-
XYZ0.490.221.46-
YUV8.55141.8133.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 67.35%
R=32.65%
G=0%
B=67.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal160330.52100.87269.091006.47
Hex10021346405710d646
Octal200416414401274151446
Binary1000001000011101001100100010101111000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100021; }

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

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

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

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

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

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

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

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