Html Css Color HEX #04001A Black Russian

📋 copy color: '#04001A'

red 4 ◦ green 0 ◦ blue 26

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

Shades of Black Russian #04001A

Tints of Black Russian #04001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 86.67%

R = 13.33%
G = 0%
B = 86.67%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#04001A (or 0x04001A) is known color: Black Russian. HEX triplet: 04, 00 and 1A. RGB value is (4,0,26). Sum of RGB (Red+Green+Blue) = 4+0+26=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #04001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04001A is #FBFFE5. Grayscale: #040404. Windows color (decimal): -16515046 or 1703940. OLE color: 1703940.

HSL color Cylindrical-coordinate representation of color #04001A: hue angle of 249.23º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04001A is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 0 26 -
CMYK 0.85 1 0 0.90
HSL 249.23º 1% 0.05% -
HSV(B) 249.23º 1% 0.1% -
XYZ 0.24 0.1 0.98 -
YUV 4.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 4 0 26 0.85 1 0 0.90 249.23 1 0.05
Hex 4 0 1A 55 64 0 5A F9 64 5
Octal 4 0 32 125 144 0 132 371 144 5
Binary 100 0 11010 1010101 1100100 0 1011010 11111001 1100100 101

Color Harmonies of #04001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04001A

Black with #04001A

Text Example


Text Example

White with #04001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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