#120819

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

Shades of Blackcurrant #120819

Tints of Blackcurrant #120819

Color information

#120819 (or 0x120819) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 19. RGB value is (18,8,25). Sum of RGB (Red+Green+Blue) = 18+8+25=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #120819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120819 is #EDF7E6. Grayscale: #0C0C0C. Windows color (decimal): -15595495 or 1640466. OLE color: 1640466.

HSL color Cylindrical-coordinate representation of color #120819: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120819 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18825-
CMYK0.280.6800.90
HSL275.29º51.52%6.47%-
HSV(B)275.29º68%9.8%-
XYZ0.510.370.96-
YUV12.93134.81131.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=35.29%
G=15.69%
B=49.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal188250.280.6800.90275.2951.526.47
Hex128191C4405A113346
Octal221031341040132423646
Binary1001010001100111100100010001011010100010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120819; }

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

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

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

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

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

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

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

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