Html Css Color HEX #030006 Blackcurrant

📋 copy color: '#030006'

red 3 ◦ green 0 ◦ blue 6

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

Shades of Blackcurrant #030006

Tints of Blackcurrant #030006

RGB

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

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

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#030006 (or 0x030006) is known color: Blackcurrant. HEX triplet: 03, 00 and 06. RGB value is (3,0,6). Sum of RGB (Red+Green+Blue) = 3+0+6=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 6 (2.73% from 255 or 66.67% from 9); Max value from RGB is 6 - color contains mainly: blue. Hex color #030006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030006 is #FCFFF9. Grayscale: #010101. Windows color (decimal): -16580602 or 393219. OLE color: 393219.

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

Color convert

RGB 3 0 6 -
CMYK 0.50 1 0 0.98
HSL 270º 1% 0.01% -
HSV(B) 270º 1% 0.02% -
XYZ 0.07 0.03 0.17 -
YUV 1.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 3 0 6 0.50 1 0 0.98 270 1 0.01
Hex 3 0 6 32 64 0 62 10E 64 1
Octal 3 0 6 62 144 0 142 416 144 1
Binary 11 0 110 110010 1100100 0 1100010 100001110 1100100 1

Color Harmonies of #030006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030006

Black with #030006

Text Example


Text Example

White with #030006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030006; }

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

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

background-color css

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

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

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

border-color css

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

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

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