Html Css Color HEX #000620 Black Russian

📋 copy color: '#000620'

red 0 ◦ green 6 ◦ blue 32

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

Shades of Black Russian #000620

Tints of Black Russian #000620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15.79%

 BLUE value IS 32 (12.89% from 255) = 84.21%

R = 0%
G = 15.79%
B = 84.21%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000620 (or 0x000620) is known color: Black Russian. HEX triplet: 00, 06 and 20. RGB value is (0,6,32). Sum of RGB (Red+Green+Blue) = 0+6+32=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #000620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000620 is #FFF9DF. Grayscale: #070707. Windows color (decimal): -16775648 or 2098688. OLE color: 2098688.

HSL color Cylindrical-coordinate representation of color #000620: hue angle of 228.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000620 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 6 32 -
CMYK 1 0.81 0 0.87
HSL 228.75º 1% 0.06% -
HSV(B) 228.75º 1% 0.13% -
XYZ 0.33 0.23 1.39 -
YUV 7.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 0 6 32 1 0.81 0 0.87 228.75 1 0.06
Hex 0 6 20 64 51 0 57 E5 64 6
Octal 0 6 40 144 121 0 127 345 144 6
Binary 0 110 100000 1100100 1010001 0 1010111 11100101 1100100 110

Color Harmonies of #000620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000620

Black with #000620

Text Example


Text Example

White with #000620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000620; }

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

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

background-color css

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

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

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

border-color css

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

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

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