#101023

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

Shades of Black Russian #101023

Tints of Black Russian #101023

Color information

#101023 (or 0x101023) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 23. RGB value is (16,16,35). Sum of RGB (Red+Green+Blue) = 16+16+35=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #101023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101023 is #EFEFDC. Grayscale: #121212. Windows color (decimal): -15724509 or 2297872. OLE color: 2297872.

HSL color Cylindrical-coordinate representation of color #101023: hue angle of 240º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #101023 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB161635-
CMYK0.540.5400.86
HSL240º37.25%10%-
HSV(B)240º54.29%13.73%-
XYZ0.70.61.67-
YUV18.17137.5126.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 35 (14.06% from 255) = 52.24%
R=23.88%
G=23.88%
B=52.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1616350.540.5400.8624037.2510
Hex1010233636056f025a
Octal202043666601263604512
Binary100001000010001111011011011001010110111100001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101023; }

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

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

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

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

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

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

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

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