#120815

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

Shades of Blackcurrant #120815

Tints of Blackcurrant #120815

Color information

#120815 (or 0x120815) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 15. RGB value is (18,8,21). Sum of RGB (Red+Green+Blue) = 18+8+21=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #120815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120815 is #EDF7EA. Grayscale: #0C0C0C. Windows color (decimal): -15595499 or 1378322. OLE color: 1378322.

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

Color convert

RGB18821-
CMYK0.140.6200.92
HSL286.15º44.83%5.69%-
HSV(B)286.15º61.9%8.24%-
XYZ0.470.360.75-
YUV12.47132.81131.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=38.30%
G=17.02%
B=44.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal188210.140.6200.92286.1544.835.69
Hex12815E3E05C11e2d6
Octal22102516760134436556
Binary10010100010101111011111001011100100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120815; }

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

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

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

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

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

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

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

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