#120614

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

Shades of Blackcurrant #120614

Tints of Blackcurrant #120614

Color information

#120614 (or 0x120614) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 14. RGB value is (18,6,20). Sum of RGB (Red+Green+Blue) = 18+6+20=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #120614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120614 is #EDF9EB. Grayscale: #0B0B0B. Windows color (decimal): -15596012 or 1312274. OLE color: 1312274.

HSL color Cylindrical-coordinate representation of color #120614: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #120614 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB18620-
CMYK0.100.7000.92
HSL291.43º53.85%5.1%-
HSV(B)291.43º70%7.84%-
XYZ0.440.310.7-
YUV11.18132.98132.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=40.91%
G=13.64%
B=45.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal186200.100.7000.92291.4353.855.1
Hex12614A4605C123365
Octal22624121060134443665
Binary10010110101001010100011001011100100100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120614; }

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

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

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

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

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

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

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

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