Html Css Color HEX #000413 Black Russian

📋 copy color: '#000413'

red 0 ◦ green 4 ◦ blue 19

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

Shades of Black Russian #000413

Tints of Black Russian #000413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 17.39%

 BLUE value IS 19 (7.81% from 255) = 82.61%

R = 0%
G = 17.39%
B = 82.61%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#000413 (or 0x000413) is known color: Black Russian. HEX triplet: 00, 04 and 13. RGB value is (0,4,19). Sum of RGB (Red+Green+Blue) = 0+4+19=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 19 (7.81% from 255 or 82.61% from 23); Max value from RGB is 19 - color contains mainly: blue. Hex color #000413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000413 is #FFFBEC. Grayscale: #040404. Windows color (decimal): -16776173 or 1246208. OLE color: 1246208.

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

Color convert

RGB 0 4 19 -
CMYK 1 0.79 0 0.93
HSL 227.37º 1% 0.04% -
HSV(B) 227.37º 1% 0.07% -
XYZ 0.16 0.13 0.63 -
YUV 4.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 0 4 19 1 0.79 0 0.93 227.37 1 0.04
Hex 0 4 13 64 4F 0 5D E3 64 4
Octal 0 4 23 144 117 0 135 343 144 4
Binary 0 100 10011 1100100 1001111 0 1011101 11100011 1100100 100

Color Harmonies of #000413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000413

Black with #000413

Text Example


Text Example

White with #000413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000413; }

 p { color: rgb(0,4,19); }

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

background-color css

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

 a { background-color: rgb(0,4,19); }

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

border-color css

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

 span { border-color: rgb(0,4,19); }

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