#120017

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

Shades of Blackcurrant #120017

Tints of Blackcurrant #120017

Color information

#120017 (or 0x120017) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 17. RGB value is (18,0,23). Sum of RGB (Red+Green+Blue) = 18+0+23=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #120017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120017 is #EDFFE8. Grayscale: #070707. Windows color (decimal): -15597545 or 1507346. OLE color: 1507346.

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

Color convert

RGB18023-
CMYK0.22100.91
HSL286.96º100%4.51%-
HSV(B)286.96º100%9.02%-
XYZ0.40.190.83-
YUV8136.46135.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=43.90%
G=0%
B=56.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal180230.22100.91286.961004.51
Hex12017166405B11f645
Octal220272614401334371445
Binary10010010111101101100100010110111000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120017; }

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

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

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

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

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

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

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

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