Html Css Color HEX #04051F Black Russian

📋 copy color: '#04051F'

red 4 ◦ green 5 ◦ blue 31

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

Shades of Black Russian #04051F

Tints of Black Russian #04051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.5%

 BLUE value IS 31 (12.5% from 255) = 77.5%

R = 10%
G = 12.5%
B = 77.5%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04051F (or 0x04051F) is known color: Black Russian. HEX triplet: 04, 05 and 1F. RGB value is (4,5,31). Sum of RGB (Red+Green+Blue) = 4+5+31=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #04051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04051F is #FBFAE0. Grayscale: #070707. Windows color (decimal): -16513761 or 2032900. OLE color: 2032900.

HSL color Cylindrical-coordinate representation of color #04051F: hue angle of 237.78º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #04051F is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 4 5 31 -
CMYK 0.87 0.84 0 0.88
HSL 237.78º 0.77% 0.07% -
HSV(B) 237.78º 0.87% 0.12% -
XYZ 0.35 0.23 1.32 -
YUV 7.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 4 5 31 0.87 0.84 0 0.88 237.78 0.77 0.07
Hex 4 5 1F 57 54 0 58 EE 4D 7
Octal 4 5 37 127 124 0 130 356 115 7
Binary 100 101 11111 1010111 1010100 0 1011000 11101110 1001101 111

Color Harmonies of #04051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04051F

Black with #04051F

Text Example


Text Example

White with #04051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04051F; }

 p { color: rgb(4,5,31); }

 H1.HeaderClassName
 {
   color: #04051F;
 }
 .AnyTagClassName
 {
   color: #04051F;
 }
</style>

background-color css

<style>
 a { background-color: #04051F; }

 a { background-color: rgb(4,5,31); }

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

border-color css

<style>
 span { border-color: #04051F; }

 span { border-color: rgb(4,5,31); }

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