#100121

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

Shades of Blackcurrant #100121

Tints of Blackcurrant #100121

Color information

#100121 (or 0x100121) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 21. RGB value is (16,1,33). Sum of RGB (Red+Green+Blue) = 16+1+33=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #100121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100121 is #EFFEDE. Grayscale: #090909. Windows color (decimal): -15728351 or 2162960. OLE color: 2162960.

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

Color convert

RGB16133-
CMYK0.520.9700.87
HSL268.12º94.12%6.67%-
HSV(B)268.12º96.97%12.94%-
XYZ0.50.241.46-
YUV9.13141.47132.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 33 (13.28% from 255) = 66%
R=32%
G=2%
B=66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal161330.520.9700.87268.1294.126.67
Hex10121346105710c5e7
Octal201416414101274141367
Binary1000011000011101001100001010101111000011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100121; }

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

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

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

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

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

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

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

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