#12052C

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

Shades of Blackcurrant #12052C

Tints of Blackcurrant #12052C

Color information

#12052C (or 0x12052C) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 2C. RGB value is (18,5,44). Sum of RGB (Red+Green+Blue) = 18+5+44=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #12052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12052C is #EDFAD3. Grayscale: #0D0D0D. Windows color (decimal): -15596244 or 2884882. OLE color: 2884882.

HSL color Cylindrical-coordinate representation of color #12052C: hue angle of 260º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12052C is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB18544-
CMYK0.590.8900.83
HSL260º79.59%9.61%-
HSV(B)260º88.64%17.25%-
XYZ0.760.422.42-
YUV13.33145.31131.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 5 (2.34% from 255) = 7.46%
BLUE value IS 44 (17.58% from 255) = 65.67%
R=26.87%
G=7.46%
B=65.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal185440.590.8900.8326079.599.61
Hex1252C3B5905310450a
Octal2255473131012340412012
Binary1001010110110011101110110010101001110000010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12052C; }

 p { color: rgb(18,5,44); }

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

<style>
 a { background-color: #12052C; }

 a { background-color: rgb(18,5,44); }

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

<style>
 span { border-color: #12052C; }

 span { border-color: rgb(18,5,44); }

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