#12021E

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

Shades of Blackcurrant #12021E

Tints of Blackcurrant #12021E

Color information

#12021E (or 0x12021E) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 1E. RGB value is (18,2,30). Sum of RGB (Red+Green+Blue) = 18+2+30=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #12021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021E is #EDFDE1. Grayscale: #090909. Windows color (decimal): -15597026 or 1966610. OLE color: 1966610.

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

Color convert

RGB18230-
CMYK0.400.9300.88
HSL274.29º87.5%6.27%-
HSV(B)274.29º93.33%11.76%-
XYZ0.510.271.25-
YUV9.98139.3133.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 30 (12.11% from 255) = 60%
R=36%
G=4%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal182300.400.9300.88274.2987.56.27
Hex1221E285D058112586
Octal222365013501304221306
Binary1001010111101010001011101010110001000100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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