#120B1B

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

Shades of Blackcurrant #120B1B

Tints of Blackcurrant #120B1B

Color information

#120B1B (or 0x120B1B) is unknown color: approx Blackcurrant. HEX triplet: 12, 0B and 1B. RGB value is (18,11,27). Sum of RGB (Red+Green+Blue) = 18+11+27=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #120B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B1B is #EDF4E4. Grayscale: #0E0E0E. Windows color (decimal): -15594725 or 1772306. OLE color: 1772306.

HSL color Cylindrical-coordinate representation of color #120B1B: hue angle of 266.25º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #120B1B is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181127-
CMYK0.330.5900.89
HSL266.25º42.11%7.45%-
HSV(B)266.25º59.26%10.59%-
XYZ0.570.451.09-
YUV14.92134.82130.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=32.14%
G=19.64%
B=48.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1811270.330.5900.89266.2542.117.45
Hex12B1B213B05910a2a7
Octal22133341730131412527
Binary1001010111101110000111101101011001100001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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