#120B14

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

Shades of Blackcurrant #120B14

Tints of Blackcurrant #120B14

Color information

#120B14 (or 0x120B14) is unknown color: approx Blackcurrant. HEX triplet: 12, 0B and 14. RGB value is (18,11,20). Sum of RGB (Red+Green+Blue) = 18+11+20=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #120B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B14 is #EDF4EB. Grayscale: #0E0E0E. Windows color (decimal): -15594732 or 1313554. OLE color: 1313554.

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

Color convert

RGB181120-
CMYK0.100.4500.92
HSL286.67º29.03%6.08%-
HSV(B)286.67º45%7.84%-
XYZ0.50.420.72-
YUV14.12131.32130.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 11 (4.69% from 255) = 22.45%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=36.73%
G=22.45%
B=40.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1811200.100.4500.92286.6729.036.08
Hex12B14A2D05C11f1d6
Octal22132412550134437356
Binary1001010111010010101011010101110010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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