#10132E

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

Shades of Black Russian #10132E

Tints of Black Russian #10132E

Color information

#10132E (or 0x10132E) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 2E. RGB value is (16,19,46). Sum of RGB (Red+Green+Blue) = 16+19+46=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #10132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132E is #EFECD1. Grayscale: #151515. Windows color (decimal): -15723730 or 3019536. OLE color: 3019536.

HSL color Cylindrical-coordinate representation of color #10132E: hue angle of 234º 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 #10132E is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB161946-
CMYK0.650.5900.82
HSL234º48.39%12.16%-
HSV(B)234º65.22%18.04%-
XYZ0.940.772.68-
YUV21.18142.01124.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 46 (18.36% from 255) = 56.79%
R=19.75%
G=23.46%
B=56.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1619460.650.5900.8223448.3912.16
Hex10132E413B052ea30c
Octal2023561017301223526014
Binary1000010011101110100000111101101010010111010101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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