#12061E

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

Shades of Blackcurrant #12061E

Tints of Blackcurrant #12061E

Color information

#12061E (or 0x12061E) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 1E. RGB value is (18,6,30). Sum of RGB (Red+Green+Blue) = 18+6+30=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #12061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061E is #EDF9E1. Grayscale: #0C0C0C. Windows color (decimal): -15596002 or 1967634. OLE color: 1967634.

HSL color Cylindrical-coordinate representation of color #12061E: hue angle of 270º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12061E is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB18630-
CMYK0.400.8000.88
HSL270º66.67%7.06%-
HSV(B)270º80%11.76%-
XYZ0.550.351.27-
YUV12.32137.98132.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 30 (12.11% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal186300.400.8000.8827066.677.06
Hex1261E285005810e437
Octal226365012001304161037
Binary10010110111101010001010000010110001000011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12061E; }

 p { color: rgb(18,6,30); }

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

<style>
 a { background-color: #12061E; }

 a { background-color: rgb(18,6,30); }

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

<style>
 span { border-color: #12061E; }

 span { border-color: rgb(18,6,30); }

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