#12011C

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

Shades of Blackcurrant #12011C

Tints of Blackcurrant #12011C

Color information

#12011C (or 0x12011C) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 1C. RGB value is (18,1,28). Sum of RGB (Red+Green+Blue) = 18+1+28=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #12011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011C is #EDFEE3. Grayscale: #090909. Windows color (decimal): -15597284 or 1835282. OLE color: 1835282.

HSL color Cylindrical-coordinate representation of color #12011C: hue angle of 277.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12011C is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18128-
CMYK0.360.9600.89
HSL277.78º93.1%5.69%-
HSV(B)277.78º96.43%10.98%-
XYZ0.470.231.12-
YUV9.16138.63134.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=38.30%
G=2.13%
B=59.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal181280.360.9600.89277.7893.15.69
Hex1211C24600591165d6
Octal221344414001314261356
Binary100101111001001001100000010110011000101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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