Html Css Color HEX #060012 Blackcurrant

📋 copy color: '#060012'

red 6 ◦ green 0 ◦ blue 18

#060012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #060012

Tints of Blackcurrant #060012

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 value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#060012 (or 0x060012) is known color: 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

RGB 6 0 18 -
CMYK 0.67 1 0 0.93
HSL 260º 1% 0.04% -
HSV(B) 260º 1% 0.07% -
XYZ 0.18 0.08 0.58 -
YUV 3.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 6 0 18 0.67 1 0 0.93 260 1 0.04
Hex 6 0 12 43 64 0 5D 104 64 4
Octal 6 0 22 103 144 0 135 404 144 4
Binary 110 0 10010 1000011 1100100 0 1011101 100000100 1100100 100

Color Harmonies of #060012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060012

Black with #060012

Text Example


Text Example

White with #060012

Text Example


Text Example

HTML Codes & Css Web 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>