#120A18

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

Shades of Blackcurrant #120A18

Tints of Blackcurrant #120A18

Color information

#120A18 (or 0x120A18) is unknown color: approx Blackcurrant. HEX triplet: 12, 0A and 18. RGB value is (18,10,24). Sum of RGB (Red+Green+Blue) = 18+10+24=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #120A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A18 is #EDF5E7. Grayscale: #0D0D0D. Windows color (decimal): -15594984 or 1575442. OLE color: 1575442.

HSL color Cylindrical-coordinate representation of color #120A18: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #120A18 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181024-
CMYK0.250.5800.91
HSL274.29º41.18%6.67%-
HSV(B)274.29º58.33%9.41%-
XYZ0.520.410.92-
YUV13.99133.65130.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=34.62%
G=19.23%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1810240.250.5800.91274.2941.186.67
Hex12A18193A05B112297
Octal22123031720133422517
Binary100101010110001100111101001011011100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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