#12001C

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

Shades of Blackcurrant #12001C

Tints of Blackcurrant #12001C

Color information

#12001C (or 0x12001C) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 1C. RGB value is (18,0,28). Sum of RGB (Red+Green+Blue) = 18+0+28=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #12001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001C is #EDFFE3. Grayscale: #080808. Windows color (decimal): -15597540 or 1835026. OLE color: 1835026.

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

Color convert

RGB18028-
CMYK0.36100.89
HSL278.57º100%5.49%-
HSV(B)278.57º100%10.98%-
XYZ0.460.211.12-
YUV8.57138.96134.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=39.13%
G=0%
B=60.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal180280.36100.89278.571005.49
Hex1201C2464059117645
Octal220344414401314271445
Binary100100111001001001100100010110011000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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