Html Css Color HEX #040320 Black Russian

📋 copy color: '#040320'

red 4 ◦ green 3 ◦ blue 32

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

Shades of Black Russian #040320

Tints of Black Russian #040320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.69%

 BLUE value IS 32 (12.89% from 255) = 82.05%

R = 10.26%
G = 7.69%
B = 82.05%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040320 (or 0x040320) is known color: Black Russian. HEX triplet: 04, 03 and 20. RGB value is (4,3,32). Sum of RGB (Red+Green+Blue) = 4+3+32=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #040320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040320 is #FBFCDF. Grayscale: #060606. Windows color (decimal): -16514272 or 2097924. OLE color: 2097924.

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

Color convert

RGB 4 3 32 -
CMYK 0.87 0.91 0 0.87
HSL 242.07º 0.83% 0.07% -
HSV(B) 242.07º 0.91% 0.13% -
XYZ 0.34 0.2 1.39 -
YUV 6.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 4 3 32 0.87 0.91 0 0.87 242.07 0.83 0.07
Hex 4 3 20 57 5B 0 57 F2 53 7
Octal 4 3 40 127 133 0 127 362 123 7
Binary 100 11 100000 1010111 1011011 0 1010111 11110010 1010011 111

Color Harmonies of #040320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040320

Black with #040320

Text Example


Text Example

White with #040320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040320; }

 p { color: rgb(4,3,32); }

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

background-color css

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

 a { background-color: rgb(4,3,32); }

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

border-color css

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

 span { border-color: rgb(4,3,32); }

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