#120217

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

Shades of Blackcurrant #120217

Tints of Blackcurrant #120217

Color information

#120217 (or 0x120217) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 17. RGB value is (18,2,23). Sum of RGB (Red+Green+Blue) = 18+2+23=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #120217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120217 is #EDFDE8. Grayscale: #090909. Windows color (decimal): -15597033 or 1507858. OLE color: 1507858.

HSL color Cylindrical-coordinate representation of color #120217: hue angle of 285.71º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120217 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18223-
CMYK0.220.9100.91
HSL285.71º84%4.9%-
HSV(B)285.71º91.3%9.02%-
XYZ0.430.230.83-
YUV9.18135.8134.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 2 (1.17% from 255) = 4.65%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=41.86%
G=4.65%
B=53.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182230.220.9100.91285.71844.9
Hex12217165B05B11e545
Octal222272613301334361245
Binary100101010111101101011011010110111000111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120217; }

 p { color: rgb(18,2,23); }

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

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

 a { background-color: rgb(18,2,23); }

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

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

 span { border-color: rgb(18,2,23); }

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