#120C1A

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

Shades of Blackcurrant #120C1A

Tints of Blackcurrant #120C1A

Color information

#120C1A (or 0x120C1A) is unknown color: approx Blackcurrant. HEX triplet: 12, 0C and 1A. RGB value is (18,12,26). Sum of RGB (Red+Green+Blue) = 18+12+26=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #120C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C1A is #EDF3E5. Grayscale: #0F0F0F. Windows color (decimal): -15594470 or 1707026. OLE color: 1707026.

HSL color Cylindrical-coordinate representation of color #120C1A: hue angle of 265.71º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #120C1A is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB181226-
CMYK0.310.5400.90
HSL265.71º36.84%7.45%-
HSV(B)265.71º53.85%10.2%-
XYZ0.570.471.04-
YUV15.39133.99129.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=32.14%
G=21.43%
B=46.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1812260.310.5400.90265.7136.847.45
Hex12C1A1F3605A10a257
Octal22143237660132412457
Binary100101100110101111111011001011010100001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,26); }

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

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

 a { background-color: rgb(18,12,26); }

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

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

 span { border-color: rgb(18,12,26); }

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