#100F21

Color #100F21 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #100F21

Tints of Black Russian #100F21

Color information

#100F21 (or 0x100F21) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 21. RGB value is (16,15,33). Sum of RGB (Red+Green+Blue) = 16+15+33=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #100F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F21 is #EFF0DE. Grayscale: #111111. Windows color (decimal): -15724767 or 2166544. OLE color: 2166544.

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

Color convert

RGB161533-
CMYK0.520.5500.87
HSL243.33º37.5%9.41%-
HSV(B)243.33º54.55%12.94%-
XYZ0.660.561.51-
YUV17.35136.83127.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 33 (13.28% from 255) = 51.56%
R=25%
G=23.44%
B=51.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1615330.520.5500.87243.3337.59.41
Hex10F213437057f3269
Octal201741646701273634611
Binary10000111110000111010011011101010111111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100F21; }

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

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

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

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

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

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

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

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