Html Css Color HEX #04012E Black Russian

📋 copy color: '#04012E'

red 4 ◦ green 1 ◦ blue 46

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

Shades of Black Russian #04012E

Tints of Black Russian #04012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 90.2%

R = 7.84%
G = 1.96%
B = 90.2%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04012E (or 0x04012E) is known color: Black Russian. HEX triplet: 04, 01 and 2E. RGB value is (4,1,46). Sum of RGB (Red+Green+Blue) = 4+1+46=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 46 (18.36% from 255 or 90.20% from 51); Max value from RGB is 46 - color contains mainly: blue. Hex color #04012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04012E is #FBFED1. Grayscale: #060606. Windows color (decimal): -16514770 or 3014916. OLE color: 3014916.

HSL color Cylindrical-coordinate representation of color #04012E: hue angle of 244º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04012E is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 1 46 -
CMYK 0.91 0.98 0 0.82
HSL 244º 0.96% 0.09% -
HSV(B) 244º 0.98% 0.18% -
XYZ 0.55 0.24 2.6 -
YUV 7.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 4 1 46 0.91 0.98 0 0.82 244 0.96 0.09
Hex 4 1 2E 5B 62 0 52 F4 60 9
Octal 4 1 56 133 142 0 122 364 140 11
Binary 100 1 101110 1011011 1100010 0 1010010 11110100 1100000 1001

Color Harmonies of #04012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04012E

Black with #04012E

Text Example


Text Example

White with #04012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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