Html Css Color HEX #020104 Black Russian

📋 copy color: '#020104'

red 2 ◦ green 1 ◦ blue 4

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

Shades of Black Russian #020104

Tints of Black Russian #020104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 57.14%

R = 28.57%
G = 14.29%
B = 57.14%

CMYK

 C value IS 0.5

 M value IS 0.75

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020104 (or 0x020104) is known color: Black Russian. HEX triplet: 02, 01 and 04. RGB value is (2,1,4). Sum of RGB (Red+Green+Blue) = 2+1+4=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 1 (0.78% from 255 or 14.29% from 7); Blue value is 4 (1.95% from 255 or 57.14% from 7); Max value from RGB is 4 - color contains mainly: blue. Hex color #020104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020104 is #FDFEFB. Grayscale: #010101. Windows color (decimal): -16645884 or 262402. OLE color: 262402.

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

Color convert

RGB 2 1 4 -
CMYK 0.5 0.75 0 0.98
HSL 260º 0.6% 0.01% -
HSV(B) 260º 0.75% 0.02% -
XYZ 0.06 0.04 0.12 -
YUV 1.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 2 1 4 0.5 0.75 0 0.98 260 0.6 0.01
Hex 2 1 4 32 4B 0 62 104 3C 1
Octal 2 1 4 62 113 0 142 404 74 1
Binary 10 1 100 110010 1001011 0 1100010 100000100 111100 1

Color Harmonies of #020104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020104

Black with #020104

Text Example


Text Example

White with #020104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020104; }

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

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

background-color css

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

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

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

border-color css

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

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

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