Html Css Color HEX #040313 Black Russian

📋 copy color: '#040313'

red 4 ◦ green 3 ◦ blue 19

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

Shades of Black Russian #040313

Tints of Black Russian #040313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.54%

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

R = 15.38%
G = 11.54%
B = 73.08%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040313 (or 0x040313) is known color: Black Russian. HEX triplet: 04, 03 and 13. RGB value is (4,3,19). Sum of RGB (Red+Green+Blue) = 4+3+19=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #040313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040313 is #FBFCEC. Grayscale: #050505. Windows color (decimal): -16514285 or 1245956. OLE color: 1245956.

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

Color convert

RGB 4 3 19 -
CMYK 0.79 0.84 0 0.93
HSL 243.75º 0.73% 0.04% -
HSV(B) 243.75º 0.84% 0.07% -
XYZ 0.2 0.14 0.63 -
YUV 5.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 4 3 19 0.79 0.84 0 0.93 243.75 0.73 0.04
Hex 4 3 13 4F 54 0 5D F4 49 4
Octal 4 3 23 117 124 0 135 364 111 4
Binary 100 11 10011 1001111 1010100 0 1011101 11110100 1001001 100

Color Harmonies of #040313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040313

Black with #040313

Text Example


Text Example

White with #040313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040313; }

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

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

background-color css

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

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

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

border-color css

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

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

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