#100221

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

Shades of Blackcurrant #100221

Tints of Blackcurrant #100221

Color information

#100221 (or 0x100221) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 21. RGB value is (16,2,33). Sum of RGB (Red+Green+Blue) = 16+2+33=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #100221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100221 is #EFFDDE. Grayscale: #090909. Windows color (decimal): -15728095 or 2163216. OLE color: 2163216.

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

Color convert

RGB16233-
CMYK0.520.9400.87
HSL267.1º88.57%6.86%-
HSV(B)267.1º93.94%12.94%-
XYZ0.510.261.46-
YUV9.72141.14132.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 33 (13.28% from 255) = 64.71%
R=31.37%
G=3.92%
B=64.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal162330.520.9400.87267.188.576.86
Hex10221345E05710b597
Octal202416413601274131317
Binary10000101000011101001011110010101111000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100221; }

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

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

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

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

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

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

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

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