#12061A

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

Shades of Blackcurrant #12061A

Tints of Blackcurrant #12061A

Color information

#12061A (or 0x12061A) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 1A. RGB value is (18,6,26). Sum of RGB (Red+Green+Blue) = 18+6+26=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #12061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061A is #EDF9E5. Grayscale: #0B0B0B. Windows color (decimal): -15596006 or 1705490. OLE color: 1705490.

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

Color convert

RGB18626-
CMYK0.310.7700.90
HSL276º62.5%6.27%-
HSV(B)276º76.92%10.2%-
XYZ0.50.331.02-
YUV11.87135.98132.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 6 (2.73% from 255) = 12%
BLUE value IS 26 (10.55% from 255) = 52%
R=36%
G=12%
B=52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal186260.310.7700.9027662.56.27
Hex1261A1F4D05A1143e6
Octal22632371150132424766
Binary100101101101011111100110101011010100010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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