#12112C

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

Shades of Black Russian #12112C

Tints of Black Russian #12112C

Color information

#12112C (or 0x12112C) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 2C. RGB value is (18,17,44). Sum of RGB (Red+Green+Blue) = 18+17+44=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #12112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12112C is #EDEED3. Grayscale: #141414. Windows color (decimal): -15593172 or 2887954. OLE color: 2887954.

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

Color convert

RGB181744-
CMYK0.590.6100.83
HSL242.22º44.26%11.96%-
HSV(B)242.22º61.36%17.25%-
XYZ0.90.712.47-
YUV20.38141.33126.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=22.78%
G=21.52%
B=55.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1817440.590.6100.83242.2244.2611.96
Hex12112C3B3D053f22cc
Octal222154737501233625414
Binary100101000110110011101111110101010011111100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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