#120318

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

Shades of Blackcurrant #120318

Tints of Blackcurrant #120318

Color information

#120318 (or 0x120318) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 18. RGB value is (18,3,24). Sum of RGB (Red+Green+Blue) = 18+3+24=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #120318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120318 is #EDFCE7. Grayscale: #090909. Windows color (decimal): -15596776 or 1573650. OLE color: 1573650.

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

Color convert

RGB18324-
CMYK0.250.8800.91
HSL282.86º77.78%5.29%-
HSV(B)282.86º87.5%9.41%-
XYZ0.450.260.89-
YUV9.88135.97133.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=40%
G=6.67%
B=53.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal183240.250.8800.91282.8677.785.29
Hex12318195805B11b4e5
Octal223303113001334331165
Binary100101111000110011011000010110111000110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120318; }

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

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

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

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

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

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

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

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