#10152E

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

Shades of Black Russian #10152E

Tints of Black Russian #10152E

Color information

#10152E (or 0x10152E) is unknown color: approx Black Russian. HEX triplet: 10, 15 and 2E. RGB value is (16,21,46). Sum of RGB (Red+Green+Blue) = 16+21+46=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #10152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10152E is #EFEAD1. Grayscale: #161616. Windows color (decimal): -15723218 or 3020048. OLE color: 3020048.

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

Color convert

RGB162146-
CMYK0.650.5400.82
HSL230º48.39%12.16%-
HSV(B)230º65.22%18.04%-
XYZ0.970.842.7-
YUV22.36141.34123.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=19.28%
G=25.30%
B=55.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1621460.650.5400.8223048.3912.16
Hex10152E4136052e630c
Octal2025561016601223466014
Binary1000010101101110100000111011001010010111001101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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