#120C1C

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

Shades of Blackcurrant #120C1C

Tints of Blackcurrant #120C1C

Color information

#120C1C (or 0x120C1C) is unknown color: approx Blackcurrant. HEX triplet: 12, 0C and 1C. RGB value is (18,12,28). Sum of RGB (Red+Green+Blue) = 18+12+28=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #120C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C1C is #EDF3E3. Grayscale: #0F0F0F. Windows color (decimal): -15594468 or 1838098. OLE color: 1838098.

HSL color Cylindrical-coordinate representation of color #120C1C: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #120C1C is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181228-
CMYK0.360.5700.89
HSL262.5º40%7.84%-
HSV(B)262.5º57.14%10.98%-
XYZ0.590.481.16-
YUV15.62134.99129.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 12 (5.08% from 255) = 20.69%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=31.03%
G=20.69%
B=48.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1812280.360.5700.89262.5407.84
Hex12C1C2439059106288
Octal221434447101314065010
Binary10010110011100100100111001010110011000001101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120C1C; }

 p { color: rgb(18,12,28); }

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

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

 a { background-color: rgb(18,12,28); }

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

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

 span { border-color: rgb(18,12,28); }

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