Html Css Color HEX #010002 Blackcurrant

📋 copy color: '#010002'

red 1 ◦ green 0 ◦ blue 2

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

Shades of Blackcurrant #010002

Tints of Blackcurrant #010002

RGB

 RED value IS 1 (0.78% from 255) = 33.33%

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

 BLUE value IS 2 (1.17% 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.99

RGB Variations

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

Color information

#010002 (or 0x010002) is known color: Blackcurrant. HEX triplet: 01, 00 and 02. RGB value is (1,0,2). Sum of RGB (Red+Green+Blue) = 1+0+2=3 (0% of max value = 765). Red value is 1 (0.78% from 255 or 33.33% from 3); Green value is 0 (0.39% from 255 or 0% from 3); Blue value is 2 (1.17% from 255 or 66.67% from 3); Max value from RGB is 2 - color contains mainly: blue. Hex color #010002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010002 is #FEFFFD. Grayscale: #000000. Windows color (decimal): -16711678 or 131073. OLE color: 131073.

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

Color convert

RGB 1 0 2 -
CMYK 0.50 1 0 0.99
HSL 270º 1% 0% -
HSV(B) 270º 1% 0.01% -
XYZ 0.02 0.01 0.06 -
YUV 0.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 1 0 2 0.50 1 0 0.99 270 1 0
Hex 1 0 2 32 64 0 63 10E 64 0
Octal 1 0 2 62 144 0 143 416 144 0
Binary 1 0 10 110010 1100100 0 1100011 100001110 1100100 0

Color Harmonies of #010002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010002

Black with #010002

Text Example


Text Example

White with #010002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010002; }

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

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

background-color css

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

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

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

border-color css

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

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

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