Html Css Color HEX #04011E Black Russian

📋 copy color: '#04011E'

red 4 ◦ green 1 ◦ blue 30

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

Shades of Black Russian #04011E

Tints of Black Russian #04011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 85.71%

R = 11.43%
G = 2.86%
B = 85.71%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04011E (or 0x04011E) is known color: Black Russian. HEX triplet: 04, 01 and 1E. RGB value is (4,1,30). Sum of RGB (Red+Green+Blue) = 4+1+30=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 30 (12.11% from 255 or 85.71% from 35); Max value from RGB is 30 - color contains mainly: blue. Hex color #04011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011E is #FBFEE1. Grayscale: #050505. Windows color (decimal): -16514786 or 1966340. OLE color: 1966340.

HSL color Cylindrical-coordinate representation of color #04011E: hue angle of 246.21º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04011E is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 4 1 30 -
CMYK 0.87 0.97 0 0.88
HSL 246.21º 0.94% 0.06% -
HSV(B) 246.21º 0.97% 0.12% -
XYZ 0.3 0.14 1.24 -
YUV 5.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 4 1 30 0.87 0.97 0 0.88 246.21 0.94 0.06
Hex 4 1 1E 57 61 0 58 F6 5E 6
Octal 4 1 36 127 141 0 130 366 136 6
Binary 100 1 11110 1010111 1100001 0 1011000 11110110 1011110 110

Color Harmonies of #04011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04011E

Black with #04011E

Text Example


Text Example

White with #04011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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