#12021F

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

Shades of Blackcurrant #12021F

Tints of Blackcurrant #12021F

Color information

#12021F (or 0x12021F) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 1F. RGB value is (18,2,31). Sum of RGB (Red+Green+Blue) = 18+2+31=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #12021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12021F is #EDFDE0. Grayscale: #090909. Windows color (decimal): -15597025 or 2032146. OLE color: 2032146.

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

Color convert

RGB18231-
CMYK0.420.9400.88
HSL273.1º87.88%6.47%-
HSV(B)273.1º93.55%12.16%-
XYZ0.520.271.32-
YUV10.09139.8133.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=35.29%
G=3.92%
B=60.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal182310.420.9400.88273.187.886.47
Hex1221F2A5E058111586
Octal222375213601304211306
Binary1001010111111010101011110010110001000100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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