#12091D

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

Shades of Blackcurrant #12091D

Tints of Blackcurrant #12091D

Color information

#12091D (or 0x12091D) is unknown color: approx Blackcurrant. HEX triplet: 12, 09 and 1D. RGB value is (18,9,29). Sum of RGB (Red+Green+Blue) = 18+9+29=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #12091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091D is #EDF6E2. Grayscale: #0D0D0D. Windows color (decimal): -15595235 or 1902866. OLE color: 1902866.

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

Color convert

RGB18929-
CMYK0.380.6900.89
HSL267º52.63%7.45%-
HSV(B)267º68.97%11.37%-
XYZ0.570.411.21-
YUV13.97136.48130.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=32.14%
G=16.07%
B=51.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal189290.380.6900.8926752.637.45
Hex1291D264505910b357
Octal221135461050131413657
Binary10010100111101100110100010101011001100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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