#12081F

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

Shades of Blackcurrant #12081F

Tints of Blackcurrant #12081F

Color information

#12081F (or 0x12081F) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 1F. RGB value is (18,8,31). Sum of RGB (Red+Green+Blue) = 18+8+31=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #12081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081F is #EDF7E0. Grayscale: #0D0D0D. Windows color (decimal): -15595489 or 2033682. OLE color: 2033682.

HSL color Cylindrical-coordinate representation of color #12081F: hue angle of 266.09º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12081F is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB18831-
CMYK0.420.7400.88
HSL266.09º58.97%7.65%-
HSV(B)266.09º74.19%12.16%-
XYZ0.580.41.34-
YUV13.61137.81131.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=31.58%
G=14.04%
B=54.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal188310.420.7400.88266.0958.977.65
Hex1281F2A4A05810a3b8
Octal2210375211201304127310
Binary100101000111111010101001010010110001000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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