Html Css Color HEX #040913 Black Russian

📋 copy color: '#040913'

red 4 ◦ green 9 ◦ blue 19

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

Shades of Black Russian #040913

Tints of Black Russian #040913

RGB

 RED value IS 4 (1.95% from 255) = 12.5%

 GREEN value IS 9 (3.91% from 255) = 28.13%

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

R = 12.5%
G = 28.13%
B = 59.38%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040913 (or 0x040913) is known color: Black Russian. HEX triplet: 04, 09 and 13. RGB value is (4,9,19). Sum of RGB (Red+Green+Blue) = 4+9+19=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #040913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040913 is #FBF6EC. Grayscale: #080808. Windows color (decimal): -16512749 or 1247492. OLE color: 1247492.

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

Color convert

RGB 4 9 19 -
CMYK 0.79 0.53 0 0.93
HSL 220º 0.65% 0.05% -
HSV(B) 220º 0.79% 0.07% -
XYZ 0.27 0.27 0.65 -
YUV 8.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 4 9 19 0.79 0.53 0 0.93 220 0.65 0.05
Hex 4 9 13 4F 35 0 5D DC 41 5
Octal 4 11 23 117 65 0 135 334 101 5
Binary 100 1001 10011 1001111 110101 0 1011101 11011100 1000001 101

Color Harmonies of #040913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040913

Black with #040913

Text Example


Text Example

White with #040913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040913; }

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

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

background-color css

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

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

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

border-color css

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

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

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