#120415

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

Shades of Blackcurrant #120415

Tints of Blackcurrant #120415

Color information

#120415 (or 0x120415) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 15. RGB value is (18,4,21). Sum of RGB (Red+Green+Blue) = 18+4+21=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #120415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120415 is #EDFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15596523 or 1377298. OLE color: 1377298.

HSL color Cylindrical-coordinate representation of color #120415: hue angle of 289.41º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #120415 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB18421-
CMYK0.140.8100.92
HSL289.41º68%4.9%-
HSV(B)289.41º80.95%8.24%-
XYZ0.430.270.74-
YUV10.12134.14133.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=41.86%
G=9.30%
B=48.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal184210.140.8100.92289.41684.9
Hex12415E5105C121445
Octal224251612101344411045
Binary100101001010111101010001010111001001000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120415; }

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

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

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

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

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

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

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

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