#120C17

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

Shades of Blackcurrant #120C17

Tints of Blackcurrant #120C17

Color information

#120C17 (or 0x120C17) is unknown color: approx Blackcurrant. HEX triplet: 12, 0C and 17. RGB value is (18,12,23). Sum of RGB (Red+Green+Blue) = 18+12+23=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #120C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C17 is #EDF3E8. Grayscale: #0F0F0F. Windows color (decimal): -15594473 or 1510418. OLE color: 1510418.

HSL color Cylindrical-coordinate representation of color #120C17: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #120C17 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB181223-
CMYK0.220.4800.91
HSL272.73º31.43%6.86%-
HSV(B)272.73º47.83%9.02%-
XYZ0.540.450.87-
YUV15.05132.49130.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 23 (9.38% from 255) = 43.40%
R=33.96%
G=22.64%
B=43.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1812230.220.4800.91272.7331.436.86
Hex12C17163005B1111f7
Octal22142726600133421377
Binary10010110010111101101100000101101110001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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