#12032D

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

Shades of Blackcurrant #12032D

Tints of Blackcurrant #12032D

Color information

#12032D (or 0x12032D) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 2D. RGB value is (18,3,45). Sum of RGB (Red+Green+Blue) = 18+3+45=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #12032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12032D is #EDFCD2. Grayscale: #0C0C0C. Windows color (decimal): -15596755 or 2949906. OLE color: 2949906.

HSL color Cylindrical-coordinate representation of color #12032D: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12032D is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB18345-
CMYK0.60.9300.82
HSL261.43º87.5%9.41%-
HSV(B)261.43º93.33%17.65%-
XYZ0.760.382.52-
YUV12.27146.47132.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 45 (17.97% from 255) = 68.18%
R=27.27%
G=4.55%
B=68.18%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal183450.60.9300.82261.4387.59.41
Hex1232D3C5D052105589
Octal2235574135012240513011
Binary100101110110111110010111010101001010000010110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,3,45); }

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

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

 a { background-color: rgb(18,3,45); }

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

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

 span { border-color: rgb(18,3,45); }

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