Html Css Color HEX #04001E Black Russian

📋 copy color: '#04001E'

red 4 ◦ green 0 ◦ blue 30

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

Shades of Black Russian #04001E

Tints of Black Russian #04001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.76%
G = 0%
B = 88.24%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04001E (or 0x04001E) is known color: Black Russian. HEX triplet: 04, 00 and 1E. RGB value is (4,0,30). Sum of RGB (Red+Green+Blue) = 4+0+30=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 30 (12.11% from 255 or 88.24% from 34); Max value from RGB is 30 - color contains mainly: blue. Hex color #04001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04001E is #FBFFE1. Grayscale: #040404. Windows color (decimal): -16515042 or 1966084. OLE color: 1966084.

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

Color convert

RGB 4 0 30 -
CMYK 0.87 1 0 0.88
HSL 248º 1% 0.06% -
HSV(B) 248º 1% 0.12% -
XYZ 0.28 0.12 1.24 -
YUV 4.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 4 0 30 0.87 1 0 0.88 248 1 0.06
Hex 4 0 1E 57 64 0 58 F8 64 6
Octal 4 0 36 127 144 0 130 370 144 6
Binary 100 0 11110 1010111 1100100 0 1011000 11111000 1100100 110

Color Harmonies of #04001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04001E

Black with #04001E

Text Example


Text Example

White with #04001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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