Html Css Color HEX #040D1D Black Russian

📋 copy color: '#040D1D'

red 4 ◦ green 13 ◦ blue 29

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

Shades of Black Russian #040D1D

Tints of Black Russian #040D1D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 29 (11.72% from 255) = 63.04%

R = 8.7%
G = 28.26%
B = 63.04%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040D1D (or 0x040D1D) is known color: Black Russian. HEX triplet: 04, 0D and 1D. RGB value is (4,13,29). Sum of RGB (Red+Green+Blue) = 4+13+29=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #040D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D1D is #FBF2E2. Grayscale: #0C0C0C. Windows color (decimal): -16511715 or 1903876. OLE color: 1903876.

HSL color Cylindrical-coordinate representation of color #040D1D: hue angle of 218.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040D1D is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 4 13 29 -
CMYK 0.86 0.55 0 0.89
HSL 218.4º 0.76% 0.06% -
HSV(B) 218.4º 0.86% 0.11% -
XYZ 0.42 0.4 1.22 -
YUV 12.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 4 13 29 0.86 0.55 0 0.89 218.4 0.76 0.06
Hex 4 D 1D 56 37 0 59 DA 4C 6
Octal 4 15 35 126 67 0 131 332 114 6
Binary 100 1101 11101 1010110 110111 0 1011001 11011010 1001100 110

Color Harmonies of #040D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D1D

Black with #040D1D

Text Example


Text Example

White with #040D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040D1D; }

 p { color: rgb(4,13,29); }

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

background-color css

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

 a { background-color: rgb(4,13,29); }

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

border-color css

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

 span { border-color: rgb(4,13,29); }

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