#10122D

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

Shades of Black Russian #10122D

Tints of Black Russian #10122D

Color information

#10122D (or 0x10122D) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 2D. RGB value is (16,18,45). Sum of RGB (Red+Green+Blue) = 16+18+45=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #10122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10122D is #EFEDD2. Grayscale: #141414. Windows color (decimal): -15723987 or 2953744. OLE color: 2953744.

HSL color Cylindrical-coordinate representation of color #10122D: hue angle of 235.86º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10122D is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161845-
CMYK0.640.600.82
HSL235.86º47.54%11.96%-
HSV(B)235.86º64.44%17.65%-
XYZ0.90.732.58-
YUV20.48141.84124.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=20.25%
G=22.78%
B=56.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1618450.640.600.82235.8647.5411.96
Hex10122D403C052ec30c
Octal2022551007401223546014
Binary1000010010101101100000011110001010010111011001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10122D; }

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

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

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

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

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

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

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

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