Html Css Color HEX #040529 Black Russian

📋 copy color: '#040529'

red 4 ◦ green 5 ◦ blue 41

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

Shades of Black Russian #040529

Tints of Black Russian #040529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 82%

R = 8%
G = 10%
B = 82%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#040529 (or 0x040529) is known color: Black Russian. HEX triplet: 04, 05 and 29. RGB value is (4,5,41). Sum of RGB (Red+Green+Blue) = 4+5+41=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 41 (16.41% from 255 or 82% from 50); Max value from RGB is 41 - color contains mainly: blue. Hex color #040529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040529 is #FBFAD6. Grayscale: #080808. Windows color (decimal): -16513751 or 2688260. OLE color: 2688260.

HSL color Cylindrical-coordinate representation of color #040529: hue angle of 238.38º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040529 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 5 41 -
CMYK 0.90 0.88 0 0.84
HSL 238.38º 0.82% 0.09% -
HSV(B) 238.38º 0.9% 0.16% -
XYZ 0.5 0.29 2.13 -
YUV 8.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 4 5 41 0.90 0.88 0 0.84 238.38 0.82 0.09
Hex 4 5 29 5A 58 0 54 EE 52 9
Octal 4 5 51 132 130 0 124 356 122 11
Binary 100 101 101001 1011010 1011000 0 1010100 11101110 1010010 1001

Color Harmonies of #040529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040529

Black with #040529

Text Example


Text Example

White with #040529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040529; }

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

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

background-color css

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

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

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

border-color css

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

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

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