#120918

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

Shades of Blackcurrant #120918

Tints of Blackcurrant #120918

Color information

#120918 (or 0x120918) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 18. RGB value is (18,9,24). Sum of RGB (Red+Green+Blue) = 18+9+24=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #120918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120918 is #EDF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15595240 or 1575186. OLE color: 1575186.

HSL color Cylindrical-coordinate representation of color #120918: hue angle of 276º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #120918 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18924-
CMYK0.250.6300.91
HSL276º45.45%6.47%-
HSV(B)276º62.5%9.41%-
XYZ0.510.390.91-
YUV13.4133.98131.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=35.29%
G=17.65%
B=47.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal189240.250.6300.9127645.456.47
Hex12918193F05B1142d6
Octal22113031770133424556
Binary100101001110001100111111101011011100010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120918; }

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

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

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

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

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

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

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

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