Html Css Color HEX #000614 Black Russian

📋 copy color: '#000614'

red 0 ◦ green 6 ◦ blue 20

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

Shades of Black Russian #000614

Tints of Black Russian #000614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 76.92%

R = 0%
G = 23.08%
B = 76.92%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000614 (or 0x000614) is known color: Black Russian. HEX triplet: 00, 06 and 14. RGB value is (0,6,20). Sum of RGB (Red+Green+Blue) = 0+6+20=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 20 (8.20% from 255 or 76.92% from 26); Max value from RGB is 20 - color contains mainly: blue. Hex color #000614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000614 is #FFF9EB. Grayscale: #050505. Windows color (decimal): -16775660 or 1312256. OLE color: 1312256.

HSL color Cylindrical-coordinate representation of color #000614: hue angle of 222º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000614 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 6 20 -
CMYK 1 0.70 0 0.92
HSL 222º 1% 0.04% -
HSV(B) 222º 1% 0.08% -
XYZ 0.19 0.18 0.69 -
YUV 5.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 0 6 20 1 0.70 0 0.92 222 1 0.04
Hex 0 6 14 64 46 0 5C DE 64 4
Octal 0 6 24 144 106 0 134 336 144 4
Binary 0 110 10100 1100100 1000110 0 1011100 11011110 1100100 100

Color Harmonies of #000614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000614

Black with #000614

Text Example


Text Example

White with #000614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000614; }

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

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

background-color css

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

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

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

border-color css

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

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

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