#101021

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

Shades of Black Russian #101021

Tints of Black Russian #101021

Color information

#101021 (or 0x101021) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 21. RGB value is (16,16,33). Sum of RGB (Red+Green+Blue) = 16+16+33=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #101021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101021 is #EFEFDE. Grayscale: #111111. Windows color (decimal): -15724511 or 2166800. OLE color: 2166800.

HSL color Cylindrical-coordinate representation of color #101021: hue angle of 240º 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 #101021 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB161633-
CMYK0.520.5200.87
HSL240º34.69%9.61%-
HSV(B)240º51.52%12.94%-
XYZ0.670.591.52-
YUV17.94136.5126.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=24.62%
G=24.62%
B=50.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1616330.520.5200.8724034.699.61
Hex1010213434057f023a
Octal202041646401273604312
Binary100001000010000111010011010001010111111100001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101021; }

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

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

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

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

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

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

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

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