#12011A

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

Shades of Blackcurrant #12011A

Tints of Blackcurrant #12011A

Color information

#12011A (or 0x12011A) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 1A. RGB value is (18,1,26). Sum of RGB (Red+Green+Blue) = 18+1+26=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #12011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011A is #EDFEE5. Grayscale: #080808. Windows color (decimal): -15597286 or 1704210. OLE color: 1704210.

HSL color Cylindrical-coordinate representation of color #12011A: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12011A is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18126-
CMYK0.310.9600.90
HSL280.8º92.59%5.29%-
HSV(B)280.8º96.15%10.2%-
XYZ0.450.221-
YUV8.93137.63134.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 26 (10.55% from 255) = 57.78%
R=40%
G=2.22%
B=57.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal181260.310.9600.90280.892.595.29
Hex1211A1F6005A1195d5
Octal221323714001324311355
Binary10010111010111111100000010110101000110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12011A; }

 p { color: rgb(18,1,26); }

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

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

 a { background-color: rgb(18,1,26); }

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

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

 span { border-color: rgb(18,1,26); }

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