#10152D

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

Shades of Black Russian #10152D

Tints of Black Russian #10152D

Color information

#10152D (or 0x10152D) is unknown color: approx Black Russian. HEX triplet: 10, 15 and 2D. RGB value is (16,21,45). Sum of RGB (Red+Green+Blue) = 16+21+45=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #10152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10152D is #EFEAD2. Grayscale: #161616. Windows color (decimal): -15723219 or 2954512. OLE color: 2954512.

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

Color convert

RGB162145-
CMYK0.640.5300.82
HSL229.66º47.54%11.96%-
HSV(B)229.66º64.44%17.65%-
XYZ0.960.842.59-
YUV22.24140.84123.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 45 (17.97% from 255) = 54.88%
R=19.51%
G=25.61%
B=54.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1621450.640.5300.82229.6647.5411.96
Hex10152D4035052e630c
Octal2025551006501223466014
Binary1000010101101101100000011010101010010111001101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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