#12122B

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

Shades of Black Russian #12122B

Tints of Black Russian #12122B

Color information

#12122B (or 0x12122B) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 2B. RGB value is (18,18,43). Sum of RGB (Red+Green+Blue) = 18+18+43=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 18 (7.42% from 255 or 22.78% 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 #12122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12122B is #EDEDD4. Grayscale: #141414. Windows color (decimal): -15592917 or 2822674. OLE color: 2822674.

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

Color convert

RGB181843-
CMYK0.580.5800.83
HSL240º40.98%11.96%-
HSV(B)240º58.14%16.86%-
XYZ0.90.742.38-
YUV20.85140.5125.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=22.78%
G=22.78%
B=54.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1818430.580.5800.8324040.9811.96
Hex12122B3A3A053f029c
Octal222253727201233605114
Binary100101001010101111101011101001010011111100001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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