#101028

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

Shades of Black Russian #101028

Tints of Black Russian #101028

Color information

#101028 (or 0x101028) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 28. RGB value is (16,16,40). Sum of RGB (Red+Green+Blue) = 16+16+40=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #101028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101028 is #EFEFD7. Grayscale: #121212. Windows color (decimal): -15724504 or 2625552. OLE color: 2625552.

HSL color Cylindrical-coordinate representation of color #101028: hue angle of 240º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #101028 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB161640-
CMYK0.600.6000.84
HSL240º42.86%10.98%-
HSV(B)240º60%15.69%-
XYZ0.780.632.09-
YUV18.74140126.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.22%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1616400.600.6000.8424042.8610.98
Hex1010283C3C054f02bb
Octal202050747401243605313
Binary100001000010100011110011110001010100111100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101028; }

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

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

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

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

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

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

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

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