#120D14

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

Shades of Blackcurrant #120D14

Tints of Blackcurrant #120D14

Color information

#120D14 (or 0x120D14) is unknown color: approx Blackcurrant. HEX triplet: 12, 0D and 14. RGB value is (18,13,20). Sum of RGB (Red+Green+Blue) = 18+13+20=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 20 - color contains mainly: blue. Hex color #120D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D14 is #EDF2EB. Grayscale: #0F0F0F. Windows color (decimal): -15594220 or 1314066. OLE color: 1314066.

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

Color convert

RGB181320-
CMYK0.100.3500.92
HSL282.86º21.21%6.47%-
HSV(B)282.86º35%7.84%-
XYZ0.520.470.72-
YUV15.29130.66129.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=35.29%
G=25.49%
B=39.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1813200.100.3500.92282.8621.216.47
Hex12D14A2305C11b156
Octal22152412430134433256
Binary1001011011010010101000110101110010001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,20); }

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

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

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

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

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

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

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