#120914

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

Shades of Blackcurrant #120914

Tints of Blackcurrant #120914

Color information

#120914 (or 0x120914) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 14. RGB value is (18,9,20). Sum of RGB (Red+Green+Blue) = 18+9+20=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #120914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120914 is #EDF6EB. Grayscale: #0C0C0C. Windows color (decimal): -15595244 or 1313042. OLE color: 1313042.

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

Color convert

RGB18920-
CMYK0.100.5500.92
HSL289.09º37.93%5.69%-
HSV(B)289.09º55%7.84%-
XYZ0.470.370.71-
YUV12.94131.98131.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=38.30%
G=19.15%
B=42.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal189200.100.5500.92289.0937.935.69
Hex12914A3705C121266
Octal22112412670134441466
Binary10010100110100101011011101011100100100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120914; }

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

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

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

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

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

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

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

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