#060012

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

Shades of Blackcurrant #060012

Tints of Blackcurrant #060012

Color information

#060012 (or 0x060012) is unknown color: approx Blackcurrant. HEX triplet: 06, 00 and 12. RGB value is (6,0,18). Sum of RGB (Red+Green+Blue) = 6+0+18=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #060012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060012 is #F9FFED. Grayscale: #030303. Windows color (decimal): -16383982 or 1179654. OLE color: 1179654.

HSL color Cylindrical-coordinate representation of color #060012: hue angle of 260º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060012 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB6018-
CMYK0.67100.93
HSL260º100%3.53%-
HSV(B)260º100%7.06%-
XYZ0.180.080.58-
YUV3.85135.99129.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal60180.67100.932601003.53
Hex6012436405D104644
Octal602210314401354041444
Binary11001001010000111100100010111011000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060012; }

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

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

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

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

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

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

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

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