#120A1C

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

Shades of Blackcurrant #120A1C

Tints of Blackcurrant #120A1C

Color information

#120A1C (or 0x120A1C) is unknown color: approx Blackcurrant. HEX triplet: 12, 0A and 1C. RGB value is (18,10,28). Sum of RGB (Red+Green+Blue) = 18+10+28=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 10 (4.30% from 255 or 17.86% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #120A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A1C is #EDF5E3. Grayscale: #0E0E0E. Windows color (decimal): -15594980 or 1837586. OLE color: 1837586.

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

Color convert

RGB181028-
CMYK0.360.6400.89
HSL266.67º47.37%7.45%-
HSV(B)266.67º64.29%10.98%-
XYZ0.570.431.15-
YUV14.44135.65130.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 10 (4.30% from 255) = 17.86%
BLUE value IS 28 (11.33% from 255) = 50%
R=32.14%
G=17.86%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1810280.360.6400.89266.6747.377.45
Hex12A1C244005910b2f7
Octal221234441000131413577
Binary10010101011100100100100000001011001100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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