#120617

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

Shades of Blackcurrant #120617

Tints of Blackcurrant #120617

Color information

#120617 (or 0x120617) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 17. RGB value is (18,6,23). Sum of RGB (Red+Green+Blue) = 18+6+23=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #120617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120617 is #EDF9E8. Grayscale: #0B0B0B. Windows color (decimal): -15596009 or 1508882. OLE color: 1508882.

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

Color convert

RGB18623-
CMYK0.220.7400.91
HSL282.35º58.62%5.69%-
HSV(B)282.35º73.91%9.02%-
XYZ0.470.320.85-
YUV11.53134.48132.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=38.30%
G=12.77%
B=48.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal186230.220.7400.91282.3558.625.69
Hex12617164A05B11a3b6
Octal22627261120133432736
Binary100101101011110110100101001011011100011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120617; }

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

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

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

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

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

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

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

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