Html Css Color HEX #040513 Black Russian

📋 copy color: '#040513'

red 4 ◦ green 5 ◦ blue 19

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

Shades of Black Russian #040513

Tints of Black Russian #040513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.86%

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

R = 14.29%
G = 17.86%
B = 67.86%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040513 (or 0x040513) is known color: Black Russian. HEX triplet: 04, 05 and 13. RGB value is (4,5,19). Sum of RGB (Red+Green+Blue) = 4+5+19=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #040513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040513 is #FBFAEC. Grayscale: #060606. Windows color (decimal): -16513773 or 1246468. OLE color: 1246468.

HSL color Cylindrical-coordinate representation of color #040513: hue angle of 236º 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 #040513 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 5 19 -
CMYK 0.79 0.74 0 0.93
HSL 236º 0.65% 0.05% -
HSV(B) 236º 0.79% 0.07% -
XYZ 0.22 0.18 0.64 -
YUV 6.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 4 5 19 0.79 0.74 0 0.93 236 0.65 0.05
Hex 4 5 13 4F 4A 0 5D EC 41 5
Octal 4 5 23 117 112 0 135 354 101 5
Binary 100 101 10011 1001111 1001010 0 1011101 11101100 1000001 101

Color Harmonies of #040513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040513

Black with #040513

Text Example


Text Example

White with #040513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040513; }

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

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

background-color css

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

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

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

border-color css

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

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

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