#12102C

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

Shades of Black Russian #12102C

Tints of Black Russian #12102C

Color information

#12102C (or 0x12102C) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 2C. RGB value is (18,16,44). Sum of RGB (Red+Green+Blue) = 18+16+44=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #12102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12102C is #EDEFD3. Grayscale: #131313. Windows color (decimal): -15593428 or 2887698. OLE color: 2887698.

HSL color Cylindrical-coordinate representation of color #12102C: hue angle of 244.29º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #12102C is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181644-
CMYK0.590.6400.83
HSL244.29º46.67%11.76%-
HSV(B)244.29º63.64%17.25%-
XYZ0.890.682.47-
YUV19.79141.66126.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=23.08%
G=20.51%
B=56.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1816440.590.6400.83244.2946.6711.76
Hex12102C3B40053f42fc
Octal2220547310001233645714
Binary1001010000101100111011100000001010011111101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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