#120417

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

Shades of Blackcurrant #120417

Tints of Blackcurrant #120417

Color information

#120417 (or 0x120417) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 17. RGB value is (18,4,23). Sum of RGB (Red+Green+Blue) = 18+4+23=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #120417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120417 is #EDFBE8. Grayscale: #0A0A0A. Windows color (decimal): -15596521 or 1508370. OLE color: 1508370.

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

Color convert

RGB18423-
CMYK0.220.8300.91
HSL284.21º70.37%5.29%-
HSV(B)284.21º82.61%9.02%-
XYZ0.450.280.84-
YUV10.35135.14133.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 23 (9.38% from 255) = 51.11%
R=40%
G=8.89%
B=51.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal184230.220.8300.91284.2170.375.29
Hex12417165305B11c465
Octal224272612301334341065
Binary1001010010111101101010011010110111000111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120417; }

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

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

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

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

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

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

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

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