Html Css Color HEX #04011D Black Russian

📋 copy color: '#04011D'

red 4 ◦ green 1 ◦ blue 29

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

Shades of Black Russian #04011D

Tints of Black Russian #04011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.94%

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

R = 11.76%
G = 2.94%
B = 85.29%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#04011D (or 0x04011D) is known color: Black Russian. HEX triplet: 04, 01 and 1D. RGB value is (4,1,29). Sum of RGB (Red+Green+Blue) = 4+1+29=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #04011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011D is #FBFEE2. Grayscale: #040404. Windows color (decimal): -16514787 or 1900804. OLE color: 1900804.

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

Color convert

RGB 4 1 29 -
CMYK 0.86 0.97 0 0.89
HSL 246.43º 0.93% 0.06% -
HSV(B) 246.43º 0.97% 0.11% -
XYZ 0.28 0.14 1.17 -
YUV 5.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 4 1 29 0.86 0.97 0 0.89 246.43 0.93 0.06
Hex 4 1 1D 56 61 0 59 F6 5D 6
Octal 4 1 35 126 141 0 131 366 135 6
Binary 100 1 11101 1010110 1100001 0 1011001 11110110 1011101 110

Color Harmonies of #04011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04011D

Black with #04011D

Text Example


Text Example

White with #04011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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