#120A1F

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

Shades of Blackcurrant #120A1F

Tints of Blackcurrant #120A1F

Color information

#120A1F (or 0x120A1F) is unknown color: approx Blackcurrant. HEX triplet: 12, 0A and 1F. RGB value is (18,10,31). Sum of RGB (Red+Green+Blue) = 18+10+31=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #120A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A1F is #EDF5E0. Grayscale: #0E0E0E. Windows color (decimal): -15594977 or 2034194. OLE color: 2034194.

HSL color Cylindrical-coordinate representation of color #120A1F: hue angle of 262.86º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120A1F is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181031-
CMYK0.420.6800.88
HSL262.86º51.22%8.04%-
HSV(B)262.86º67.74%12.16%-
XYZ0.610.441.35-
YUV14.79137.15130.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=30.51%
G=16.95%
B=52.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1810310.420.6800.88262.8651.228.04
Hex12A1F2A44058107338
Octal2212375210401304076310
Binary100101010111111010101000100010110001000001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,31); }

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

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

 a { background-color: rgb(18,10,31); }

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

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

 span { border-color: rgb(18,10,31); }

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