#12102B

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

Shades of Black Russian #12102B

Tints of Black Russian #12102B

Color information

#12102B (or 0x12102B) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 2B. RGB value is (18,16,43). Sum of RGB (Red+Green+Blue) = 18+16+43=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #12102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12102B is #EDEFD4. Grayscale: #131313. Windows color (decimal): -15593429 or 2822162. OLE color: 2822162.

HSL color Cylindrical-coordinate representation of color #12102B: hue angle of 244.44º 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 #12102B is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181643-
CMYK0.580.6300.83
HSL244.44º45.76%11.57%-
HSV(B)244.44º62.79%16.86%-
XYZ0.870.672.37-
YUV19.68141.16126.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 43 (17.19% from 255) = 55.84%
R=23.38%
G=20.78%
B=55.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1816430.580.6300.83244.4445.7611.57
Hex12102B3A3F053f42ec
Octal222053727701233645614
Binary100101000010101111101011111101010011111101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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