#10121F

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

Shades of Black Russian #10121F

Tints of Black Russian #10121F

Color information

#10121F (or 0x10121F) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 1F. RGB value is (16,18,31). Sum of RGB (Red+Green+Blue) = 16+18+31=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #10121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10121F is #EFEDE0. Grayscale: #121212. Windows color (decimal): -15724001 or 2036240. OLE color: 2036240.

HSL color Cylindrical-coordinate representation of color #10121F: hue angle of 232º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10121F is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB161831-
CMYK0.480.4200.88
HSL232º31.91%9.22%-
HSV(B)232º48.39%12.16%-
XYZ0.680.641.38-
YUV18.88134.84125.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.62%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=24.62%
G=27.69%
B=47.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1618310.480.4200.8823231.919.22
Hex10121F302A058e8209
Octal202237605201303504011
Binary10000100101111111000010101001011000111010001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10121F; }

 p { color: rgb(16,18,31); }

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

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

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

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

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

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

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