Html Css Color HEX #030106 Blackcurrant

📋 copy color: '#030106'

red 3 ◦ green 1 ◦ blue 6

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

Shades of Blackcurrant #030106

Tints of Blackcurrant #030106

RGB

 RED value IS 3 (1.56% from 255) = 30%

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

 BLUE value IS 6 (2.73% from 255) = 60%

R = 30%
G = 10%
B = 60%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030106 (or 0x030106) is known color: Blackcurrant. HEX triplet: 03, 01 and 06. RGB value is (3,1,6). Sum of RGB (Red+Green+Blue) = 3+1+6=10 (1% of max value = 765). Red value is 3 (1.56% from 255 or 30% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 6 (2.73% from 255 or 60% from 10); Max value from RGB is 6 - color contains mainly: blue. Hex color #030106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030106 is #FCFEF9. Grayscale: #020202. Windows color (decimal): -16580346 or 393475. OLE color: 393475.

HSL color Cylindrical-coordinate representation of color #030106: hue angle of 264º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030106 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 3 1 6 -
CMYK 0.50 0.83 0 0.98
HSL 264º 0.71% 0.01% -
HSV(B) 264º 0.83% 0.02% -
XYZ 0.08 0.05 0.18 -
YUV 2.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 3 1 6 0.50 0.83 0 0.98 264 0.71 0.01
Hex 3 1 6 32 53 0 62 108 47 1
Octal 3 1 6 62 123 0 142 410 107 1
Binary 11 1 110 110010 1010011 0 1100010 100001000 1000111 1

Color Harmonies of #030106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030106

Black with #030106

Text Example


Text Example

White with #030106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030106; }

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

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

background-color css

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

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

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

border-color css

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

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

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