Html Css Color HEX #020003 Blackcurrant

📋 copy color: '#020003'

red 2 ◦ green 0 ◦ blue 3

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

Shades of Blackcurrant #020003

Tints of Blackcurrant #020003

RGB

 RED value IS 2 (1.17% from 255) = 40%

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

 BLUE value IS 3 (1.56% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#020003 (or 0x020003) is known color: Blackcurrant. HEX triplet: 02, 00 and 03. RGB value is (2,0,3). Sum of RGB (Red+Green+Blue) = 2+0+3=5 (0% of max value = 765). Red value is 2 (1.17% from 255 or 40% from 5); Green value is 0 (0.39% from 255 or 0% from 5); Blue value is 3 (1.56% from 255 or 60% from 5); Max value from RGB is 3 - color contains mainly: blue. Hex color #020003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020003 is #FDFFFC. Grayscale: #000000. Windows color (decimal): -16646141 or 196610. OLE color: 196610.

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

Color convert

RGB 2 0 3 -
CMYK 0.33 1 0 0.99
HSL 280º 1% 0.01% -
HSV(B) 280º 1% 0.01% -
XYZ 0.04 0.02 0.09 -
YUV 0.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 2 0 3 0.33 1 0 0.99 280 1 0.01
Hex 2 0 3 21 64 0 63 118 64 1
Octal 2 0 3 41 144 0 143 430 144 1
Binary 10 0 11 100001 1100100 0 1100011 100011000 1100100 1

Color Harmonies of #020003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020003

Black with #020003

Text Example


Text Example

White with #020003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020003; }

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

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

background-color css

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

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

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

border-color css

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

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

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