#120B15

Color #120B15 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #120B15

Tints of Blackcurrant #120B15

Color information

#120B15 (or 0x120B15) is unknown color: approx Blackcurrant. HEX triplet: 12, 0B and 15. RGB value is (18,11,21). Sum of RGB (Red+Green+Blue) = 18+11+21=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #120B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B15 is #EDF4EA. Grayscale: #0E0E0E. Windows color (decimal): -15594731 or 1379090. OLE color: 1379090.

HSL color Cylindrical-coordinate representation of color #120B15: hue angle of 282º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #120B15 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB181121-
CMYK0.140.4800.92
HSL282º31.25%6.27%-
HSV(B)282º47.62%8.24%-
XYZ0.50.420.76-
YUV14.23131.82130.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 21 (8.59% from 255) = 42%
R=36%
G=22%
B=42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1811210.140.4800.9228231.256.27
Hex12B15E3005C11a1f6
Octal22132516600134432376
Binary1001010111010111101100000101110010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120B15; }

 p { color: rgb(18,11,21); }

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

<style>
 a { background-color: #120B15; }

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

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

<style>
 span { border-color: #120B15; }

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

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