Html Css Color HEX #000219 Black Russian

📋 copy color: '#000219'

red 0 ◦ green 2 ◦ blue 25

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

Shades of Black Russian #000219

Tints of Black Russian #000219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.41%

 BLUE value IS 25 (10.16% from 255) = 92.59%

R = 0%
G = 7.41%
B = 92.59%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#000219 (or 0x000219) is known color: Black Russian. HEX triplet: 00, 02 and 19. RGB value is (0,2,25). Sum of RGB (Red+Green+Blue) = 0+2+25=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 25 (10.16% from 255 or 92.59% from 27); Max value from RGB is 25 - color contains mainly: blue. Hex color #000219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000219 is #FFFDE6. Grayscale: #030303. Windows color (decimal): -16776679 or 1638912. OLE color: 1638912.

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

Color convert

RGB 0 2 25 -
CMYK 1 0.92 0 0.90
HSL 235.2º 1% 0.05% -
HSV(B) 235.2º 1% 0.1% -
XYZ 0.2 0.11 0.93 -
YUV 4.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 0 2 25 1 0.92 0 0.90 235.2 1 0.05
Hex 0 2 19 64 5C 0 5A EB 64 5
Octal 0 2 31 144 134 0 132 353 144 5
Binary 0 10 11001 1100100 1011100 0 1011010 11101011 1100100 101

Color Harmonies of #000219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000219

Black with #000219

Text Example


Text Example

White with #000219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000219; }

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

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

background-color css

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

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

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

border-color css

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

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

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