#12081A

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

Shades of Blackcurrant #12081A

Tints of Blackcurrant #12081A

Color information

#12081A (or 0x12081A) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 1A. RGB value is (18,8,26). Sum of RGB (Red+Green+Blue) = 18+8+26=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #12081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081A is #EDF7E5. Grayscale: #0C0C0C. Windows color (decimal): -15595494 or 1706002. OLE color: 1706002.

HSL color Cylindrical-coordinate representation of color #12081A: hue angle of 273.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12081A is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18826-
CMYK0.310.6900.90
HSL273.33º52.94%6.67%-
HSV(B)273.33º69.23%10.2%-
XYZ0.520.381.02-
YUV13.04135.31131.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 26 (10.55% from 255) = 50%
R=34.62%
G=15.38%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal188260.310.6900.90273.3352.946.67
Hex1281A1F4505A111357
Octal221032371050132421657
Binary1001010001101011111100010101011010100010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,8,26); }

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

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

 a { background-color: rgb(18,8,26); }

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

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

 span { border-color: rgb(18,8,26); }

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