#120717

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

Shades of Blackcurrant #120717

Tints of Blackcurrant #120717

Color information

#120717 (or 0x120717) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 17. RGB value is (18,7,23). Sum of RGB (Red+Green+Blue) = 18+7+23=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #120717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120717 is #EDF8E8. Grayscale: #0C0C0C. Windows color (decimal): -15595753 or 1509138. OLE color: 1509138.

HSL color Cylindrical-coordinate representation of color #120717: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #120717 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18723-
CMYK0.220.7000.91
HSL281.25º53.33%5.88%-
HSV(B)281.25º69.57%9.02%-
XYZ0.480.340.85-
YUV12.11134.14132.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=37.5%
G=14.58%
B=47.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal187230.220.7000.91281.2553.335.88
Hex12717164605B119356
Octal22727261060133431656
Binary100101111011110110100011001011011100011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120717; }

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

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

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

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

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

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

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

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