Html Css Color HEX #040311 Black Russian

📋 copy color: '#040311'

red 4 ◦ green 3 ◦ blue 17

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

Shades of Black Russian #040311

Tints of Black Russian #040311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 70.83%

R = 16.67%
G = 12.5%
B = 70.83%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040311 (or 0x040311) is known color: Black Russian. HEX triplet: 04, 03 and 11. RGB value is (4,3,17). Sum of RGB (Red+Green+Blue) = 4+3+17=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #040311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040311 is #FBFCEE. Grayscale: #040404. Windows color (decimal): -16514287 or 1114884. OLE color: 1114884.

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

Color convert

RGB 4 3 17 -
CMYK 0.76 0.82 0 0.93
HSL 244.29º 0.7% 0.04% -
HSV(B) 244.29º 0.82% 0.07% -
XYZ 0.18 0.13 0.55 -
YUV 4.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 4 3 17 0.76 0.82 0 0.93 244.29 0.7 0.04
Hex 4 3 11 4C 52 0 5D F4 46 4
Octal 4 3 21 114 122 0 135 364 106 4
Binary 100 11 10001 1001100 1010010 0 1011101 11110100 1000110 100

Color Harmonies of #040311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040311

Black with #040311

Text Example


Text Example

White with #040311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040311; }

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

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

background-color css

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

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

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

border-color css

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

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

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