#12011F

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

Shades of Blackcurrant #12011F

Tints of Blackcurrant #12011F

Color information

#12011F (or 0x12011F) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 1F. RGB value is (18,1,31). Sum of RGB (Red+Green+Blue) = 18+1+31=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #12011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011F is #EDFEE0. Grayscale: #090909. Windows color (decimal): -15597281 or 2031890. OLE color: 2031890.

HSL color Cylindrical-coordinate representation of color #12011F: hue angle of 274º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12011F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB18131-
CMYK0.420.9700.88
HSL274º93.75%6.27%-
HSV(B)274º96.77%12.16%-
XYZ0.510.251.32-
YUV9.5140.13134.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 31 (12.5% from 255) = 62%
R=36%
G=2%
B=62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal181310.420.9700.8827493.756.27
Hex1211F2A610581125e6
Octal221375214101304221366
Binary100101111111010101100001010110001000100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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