Html Css Color HEX #040522 Black Russian

📋 copy color: '#040522'

red 4 ◦ green 5 ◦ blue 34

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

Shades of Black Russian #040522

Tints of Black Russian #040522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 79.07%

R = 9.3%
G = 11.63%
B = 79.07%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040522 (or 0x040522) is known color: Black Russian. HEX triplet: 04, 05 and 22. RGB value is (4,5,34). Sum of RGB (Red+Green+Blue) = 4+5+34=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 34 (13.67% from 255 or 79.07% from 43); Max value from RGB is 34 - color contains mainly: blue. Hex color #040522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040522 is #FBFADD. Grayscale: #070707. Windows color (decimal): -16513758 or 2229508. OLE color: 2229508.

HSL color Cylindrical-coordinate representation of color #040522: hue angle of 238º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040522 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 5 34 -
CMYK 0.88 0.85 0 0.87
HSL 238º 0.79% 0.07% -
HSV(B) 238º 0.88% 0.13% -
XYZ 0.39 0.25 1.54 -
YUV 8.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 4 5 34 0.88 0.85 0 0.87 238 0.79 0.07
Hex 4 5 22 58 55 0 57 EE 4F 7
Octal 4 5 42 130 125 0 127 356 117 7
Binary 100 101 100010 1011000 1010101 0 1010111 11101110 1001111 111

Color Harmonies of #040522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040522

Black with #040522

Text Example


Text Example

White with #040522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040522; }

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

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

background-color css

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

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

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

border-color css

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

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

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