#10142B

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

Shades of Black Russian #10142B

Tints of Black Russian #10142B

Color information

#10142B (or 0x10142B) is unknown color: approx Black Russian. HEX triplet: 10, 14 and 2B. RGB value is (16,20,43). Sum of RGB (Red+Green+Blue) = 16+20+43=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #10142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142B is #EFEBD4. Grayscale: #151515. Windows color (decimal): -15723477 or 2823184. OLE color: 2823184.

HSL color Cylindrical-coordinate representation of color #10142B: hue angle of 231.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #10142B is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB162043-
CMYK0.630.5300.83
HSL231.11º45.76%11.57%-
HSV(B)231.11º62.79%16.86%-
XYZ0.90.782.39-
YUV21.43140.17124.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=20.25%
G=25.32%
B=54.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1620430.630.5300.83231.1145.7611.57
Hex10142B3F35053e72ec
Octal202453776501233475614
Binary100001010010101111111111010101010011111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10142B; }

 p { color: rgb(16,20,43); }

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

<style>
 a { background-color: #10142B; }

 a { background-color: rgb(16,20,43); }

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

<style>
 span { border-color: #10142B; }

 span { border-color: rgb(16,20,43); }

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