#12021D

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

Shades of Blackcurrant #12021D

Tints of Blackcurrant #12021D

Color information

#12021D (or 0x12021D) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 1D. RGB value is (18,2,29). Sum of RGB (Red+Green+Blue) = 18+2+29=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #12021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021D is #EDFDE2. Grayscale: #090909. Windows color (decimal): -15597027 or 1901074. OLE color: 1901074.

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

Color convert

RGB18229-
CMYK0.380.9300.89
HSL275.56º87.1%6.08%-
HSV(B)275.56º93.1%11.37%-
XYZ0.490.261.19-
YUV9.86138.8133.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 29 (11.72% from 255) = 59.18%
R=36.73%
G=4.08%
B=59.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182290.380.9300.89275.5687.16.08
Hex1221D265D059114576
Octal222354613501314241276
Binary1001010111011001101011101010110011000101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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