#10122E

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

Shades of Black Russian #10122E

Tints of Black Russian #10122E

Color information

#10122E (or 0x10122E) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 2E. RGB value is (16,18,46). Sum of RGB (Red+Green+Blue) = 16+18+46=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #10122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10122E is #EFEDD1. Grayscale: #141414. Windows color (decimal): -15723986 or 3019280. OLE color: 3019280.

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

Color convert

RGB161846-
CMYK0.650.6100.82
HSL236º48.39%12.16%-
HSV(B)236º65.22%18.04%-
XYZ0.920.742.68-
YUV20.59142.34124.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=20%
G=22.5%
B=57.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1618460.650.6100.8223648.3912.16
Hex10122E413D052ec30c
Octal2022561017501223546014
Binary1000010010101110100000111110101010010111011001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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