#12061D

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

Shades of Blackcurrant #12061D

Tints of Blackcurrant #12061D

Color information

#12061D (or 0x12061D) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 1D. RGB value is (18,6,29). Sum of RGB (Red+Green+Blue) = 18+6+29=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #12061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061D is #EDF9E2. Grayscale: #0C0C0C. Windows color (decimal): -15596003 or 1902098. OLE color: 1902098.

HSL color Cylindrical-coordinate representation of color #12061D: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12061D is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18629-
CMYK0.380.7900.89
HSL271.3º65.71%6.86%-
HSV(B)271.3º79.31%11.37%-
XYZ0.540.351.2-
YUV12.21137.48132.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 29 (11.72% from 255) = 54.72%
R=33.96%
G=11.32%
B=54.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal186290.380.7900.89271.365.716.86
Hex1261D264F05910f427
Octal226354611701314171027
Binary10010110111011001101001111010110011000011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12061D; }

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

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

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

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

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

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

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

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