#12102D

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

Shades of Black Russian #12102D

Tints of Black Russian #12102D

Color information

#12102D (or 0x12102D) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 2D. RGB value is (18,16,45). Sum of RGB (Red+Green+Blue) = 18+16+45=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #12102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12102D is #EDEFD2. Grayscale: #131313. Windows color (decimal): -15593427 or 2953234. OLE color: 2953234.

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

Color convert

RGB181645-
CMYK0.60.6400.82
HSL244.14º47.54%11.96%-
HSV(B)244.14º64.44%17.65%-
XYZ0.910.692.57-
YUV19.9142.16126.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=22.78%
G=20.25%
B=56.96%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1816450.60.6400.82244.1447.5411.96
Hex12102D3C40052f430c
Octal2220557410001223646014
Binary1001010000101101111100100000001010010111101001100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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