#12032A

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

Shades of Blackcurrant #12032A

Tints of Blackcurrant #12032A

Color information

#12032A (or 0x12032A) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 2A. RGB value is (18,3,42). Sum of RGB (Red+Green+Blue) = 18+3+42=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #12032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12032A is #EDFCD5. Grayscale: #0B0B0B. Windows color (decimal): -15596758 or 2753298. OLE color: 2753298.

HSL color Cylindrical-coordinate representation of color #12032A: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12032A is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB18342-
CMYK0.570.9300.84
HSL263.08º86.67%8.82%-
HSV(B)263.08º92.86%16.47%-
XYZ0.70.362.22-
YUV11.93144.97132.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 42 (16.80% from 255) = 66.67%
R=28.57%
G=4.76%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal183420.570.9300.84263.0886.678.82
Hex1232A395D054107579
Octal2235271135012440712711
Binary100101110101011100110111010101010010000011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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