#12041D

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

Shades of Blackcurrant #12041D

Tints of Blackcurrant #12041D

Color information

#12041D (or 0x12041D) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 1D. RGB value is (18,4,29). Sum of RGB (Red+Green+Blue) = 18+4+29=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #12041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12041D is #EDFBE2. Grayscale: #0A0A0A. Windows color (decimal): -15596515 or 1901586. OLE color: 1901586.

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

Color convert

RGB18429-
CMYK0.380.8600.89
HSL273.6º75.76%6.47%-
HSV(B)273.6º86.21%11.37%-
XYZ0.510.31.19-
YUV11.04138.14132.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=35.29%
G=7.84%
B=56.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal184290.380.8600.89273.675.766.47
Hex1241D26560591124c6
Octal224354612601314221146
Binary10010100111011001101010110010110011000100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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