#120919

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

Shades of Blackcurrant #120919

Tints of Blackcurrant #120919

Color information

#120919 (or 0x120919) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 19. RGB value is (18,9,25). Sum of RGB (Red+Green+Blue) = 18+9+25=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #120919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120919 is #EDF6E6. Grayscale: #0D0D0D. Windows color (decimal): -15595239 or 1640722. OLE color: 1640722.

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

Color convert

RGB18925-
CMYK0.280.6400.90
HSL273.75º47.06%6.67%-
HSV(B)273.75º64%9.8%-
XYZ0.520.390.97-
YUV13.51134.48131.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=34.62%
G=17.31%
B=48.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal189250.280.6400.90273.7547.066.67
Hex129191C4005A1122f7
Octal221131341000132422577
Binary1001010011100111100100000001011010100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120919; }

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

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

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

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

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

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

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

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