#12001E

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

Shades of Blackcurrant #12001E

Tints of Blackcurrant #12001E

Color information

#12001E (or 0x12001E) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 1E. RGB value is (18,0,30). Sum of RGB (Red+Green+Blue) = 18+0+30=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #12001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001E is #EDFFE1. Grayscale: #080808. Windows color (decimal): -15597538 or 1966098. OLE color: 1966098.

HSL color Cylindrical-coordinate representation of color #12001E: hue angle of 276º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12001E is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB18030-
CMYK0.40100.88
HSL276º100%5.88%-
HSV(B)276º100%11.76%-
XYZ0.480.221.25-
YUV8.8139.96134.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=37.5%
G=0%
B=62.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal180300.40100.882761005.88
Hex1201E2864058114646
Octal220365014401304241446
Binary100100111101010001100100010110001000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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