#101521

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

Shades of Black Russian #101521

Tints of Black Russian #101521

Color information

#101521 (or 0x101521) is unknown color: approx Black Russian. HEX triplet: 10, 15 and 21. RGB value is (16,21,33). Sum of RGB (Red+Green+Blue) = 16+21+33=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #101521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101521 is #EFEADE. Grayscale: #141414. Windows color (decimal): -15723231 or 2168080. OLE color: 2168080.

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

Color convert

RGB162133-
CMYK0.520.3600.87
HSL222.35º34.69%9.61%-
HSV(B)222.35º51.52%12.94%-
XYZ0.760.761.54-
YUV20.87134.84124.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 33 (13.28% from 255) = 47.14%
R=22.86%
G=30%
B=47.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1621330.520.3600.87222.3534.699.61
Hex1015213424057de23a
Octal202541644401273364312
Binary100001010110000111010010010001010111110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101521; }

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

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

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

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

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

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

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

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