#120D18

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

Shades of Blackcurrant #120D18

Tints of Blackcurrant #120D18

Color information

#120D18 (or 0x120D18) is unknown color: approx Blackcurrant. HEX triplet: 12, 0D and 18. RGB value is (18,13,24). Sum of RGB (Red+Green+Blue) = 18+13+24=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #120D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D18 is #EDF2E7. Grayscale: #0F0F0F. Windows color (decimal): -15594216 or 1576210. OLE color: 1576210.

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

Color convert

RGB181324-
CMYK0.250.4600.91
HSL267.27º29.73%7.25%-
HSV(B)267.27º45.83%9.41%-
XYZ0.560.480.93-
YUV15.75132.66129.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 13 (5.47% from 255) = 23.64%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=32.73%
G=23.64%
B=43.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1813240.250.4600.91267.2729.737.25
Hex12D18192E05B10b1e7
Octal22153031560133413367
Binary10010110111000110011011100101101110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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