#12122F

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

Shades of Black Russian #12122F

Tints of Black Russian #12122F

Color information

#12122F (or 0x12122F) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 2F. RGB value is (18,18,47). Sum of RGB (Red+Green+Blue) = 18+18+47=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #12122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12122F is #EDEDD0. Grayscale: #151515. Windows color (decimal): -15592913 or 3084818. OLE color: 3084818.

HSL color Cylindrical-coordinate representation of color #12122F: hue angle of 240º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12122F is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181847-
CMYK0.620.6200.82
HSL240º44.62%12.75%-
HSV(B)240º61.7%18.43%-
XYZ0.980.772.79-
YUV21.31142.5125.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=21.69%
G=21.69%
B=56.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1818470.620.6200.8224044.6212.75
Hex12122F3E3E052f02dd
Octal222257767601223605515
Binary100101001010111111111011111001010010111100001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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