#120B1F

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

Shades of Blackcurrant #120B1F

Tints of Blackcurrant #120B1F

Color information

#120B1F (or 0x120B1F) is unknown color: approx Blackcurrant. HEX triplet: 12, 0B and 1F. RGB value is (18,11,31). Sum of RGB (Red+Green+Blue) = 18+11+31=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #120B1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B1F is #EDF4E0. Grayscale: #0F0F0F. Windows color (decimal): -15594721 or 2034450. OLE color: 2034450.

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

Color convert

RGB181131-
CMYK0.420.6500.88
HSL261º47.62%8.24%-
HSV(B)261º64.52%12.16%-
XYZ0.620.471.35-
YUV15.37136.82129.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=30%
G=18.33%
B=51.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1811310.420.6500.8826147.628.24
Hex12B1F2A41058105308
Octal2213375210101304056010
Binary100101011111111010101000001010110001000001011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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