Html Css Color HEX #06010A Blackcurrant

📋 copy color: '#06010A'

red 6 ◦ green 1 ◦ blue 10

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

Shades of Blackcurrant #06010A

Tints of Blackcurrant #06010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 5.88%

 BLUE value IS 10 (4.3% from 255) = 58.82%

R = 35.29%
G = 5.88%
B = 58.82%

CMYK

 C value IS 0.4

 M value IS 0.90

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06010A (or 0x06010A) is known color: Blackcurrant. HEX triplet: 06, 01 and 0A. RGB value is (6,1,10). Sum of RGB (Red+Green+Blue) = 6+1+10=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 10 (4.30% from 255 or 58.82% from 17); Max value from RGB is 10 - color contains mainly: blue. Hex color #06010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06010A is #F9FEF5. Grayscale: #030303. Windows color (decimal): -16383734 or 655622. OLE color: 655622.

HSL color Cylindrical-coordinate representation of color #06010A: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06010A is Cyan = 0.4, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 1 10 -
CMYK 0.4 0.90 0 0.96
HSL 273.33º 0.82% 0.02% -
HSV(B) 273.33º 0.9% 0.04% -
XYZ 0.14 0.08 0.3 -
YUV 3.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 6 1 10 0.4 0.90 0 0.96 273.33 0.82 0.02
Hex 6 1 A 28 5A 0 60 111 52 2
Octal 6 1 12 50 132 0 140 421 122 2
Binary 110 1 1010 101000 1011010 0 1100000 100010001 1010010 10

Color Harmonies of #06010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06010A

Black with #06010A

Text Example


Text Example

White with #06010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,1,10); }

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

background-color css

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

 a { background-color: rgb(6,1,10); }

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

border-color css

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

 span { border-color: rgb(6,1,10); }

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