Html Css Color HEX #060011 Blackcurrant

📋 copy color: '#060011'

red 6 ◦ green 0 ◦ blue 17

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

Shades of Blackcurrant #060011

Tints of Blackcurrant #060011

RGB

 RED value IS 6 (2.73% from 255) = 26.09%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 73.91%

R = 26.09%
G = 0%
B = 73.91%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#060011 (or 0x060011) is known color: Blackcurrant. HEX triplet: 06, 00 and 11. RGB value is (6,0,17). Sum of RGB (Red+Green+Blue) = 6+0+17=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #060011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060011 is #F9FFEE. Grayscale: #030303. Windows color (decimal): -16383983 or 1114118. OLE color: 1114118.

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

Color convert

RGB 6 0 17 -
CMYK 0.65 1 0 0.93
HSL 261.18º 1% 0.03% -
HSV(B) 261.18º 1% 0.07% -
XYZ 0.18 0.08 0.54 -
YUV 3.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 6 0 17 0.65 1 0 0.93 261.18 1 0.03
Hex 6 0 11 41 64 0 5D 105 64 3
Octal 6 0 21 101 144 0 135 405 144 3
Binary 110 0 10001 1000001 1100100 0 1011101 100000101 1100100 11

Color Harmonies of #060011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060011

Black with #060011

Text Example


Text Example

White with #060011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060011; }

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

 H1.HeaderClassName
 {
   color: #060011;
 }
 .AnyTagClassName
 {
   color: #060011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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