#12101B

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

Shades of Black Russian #12101B

Tints of Black Russian #12101B

Color information

#12101B (or 0x12101B) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 1B. RGB value is (18,16,27). Sum of RGB (Red+Green+Blue) = 18+16+27=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #12101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12101B is #EDEFE4. Grayscale: #111111. Windows color (decimal): -15593445 or 1773586. OLE color: 1773586.

HSL color Cylindrical-coordinate representation of color #12101B: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #12101B is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181627-
CMYK0.330.4100.89
HSL250.91º25.58%8.43%-
HSV(B)250.91º40.74%10.59%-
XYZ0.630.581.12-
YUV17.85133.16128.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=29.51%
G=26.23%
B=44.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1816270.330.4100.89250.9125.588.43
Hex12101B2129059fb1a8
Octal222033415101313733210
Binary1001010000110111000011010010101100111111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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