Html Css Color HEX #020306 Black Russian

📋 copy color: '#020306'

red 2 ◦ green 3 ◦ blue 6

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

Shades of Black Russian #020306

Tints of Black Russian #020306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 27.27%

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

R = 18.18%
G = 27.27%
B = 54.55%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020306 (or 0x020306) is known color: Black Russian. HEX triplet: 02, 03 and 06. RGB value is (2,3,6). Sum of RGB (Red+Green+Blue) = 2+3+6=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 6 (2.73% from 255 or 54.55% from 11); Max value from RGB is 6 - color contains mainly: blue. Hex color #020306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020306 is #FDFCF9. Grayscale: #030303. Windows color (decimal): -16645370 or 393986. OLE color: 393986.

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

Color convert

RGB 2 3 6 -
CMYK 0.67 0.50 0 0.98
HSL 225º 0.5% 0.02% -
HSV(B) 225º 0.67% 0.02% -
XYZ 0.09 0.09 0.19 -
YUV 3.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 2 3 6 0.67 0.50 0 0.98 225 0.5 0.02
Hex 2 3 6 43 32 0 62 E1 32 2
Octal 2 3 6 103 62 0 142 341 62 2
Binary 10 11 110 1000011 110010 0 1100010 11100001 110010 10

Color Harmonies of #020306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020306

Black with #020306

Text Example


Text Example

White with #020306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020306; }

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

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

background-color css

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

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

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

border-color css

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

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

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