Html Css Color HEX #040A20 Black Russian

📋 copy color: '#040A20'

red 4 ◦ green 10 ◦ blue 32

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

Shades of Black Russian #040A20

Tints of Black Russian #040A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 21.74%

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

R = 8.7%
G = 21.74%
B = 69.57%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040A20 (or 0x040A20) is known color: Black Russian. HEX triplet: 04, 0A and 20. RGB value is (4,10,32). Sum of RGB (Red+Green+Blue) = 4+10+32=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 32 (12.89% from 255 or 69.57% from 46); Max value from RGB is 32 - color contains mainly: blue. Hex color #040A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A20 is #FBF5DF. Grayscale: #0A0A0A. Windows color (decimal): -16512480 or 2099716. OLE color: 2099716.

HSL color Cylindrical-coordinate representation of color #040A20: hue angle of 227.14º degrees, saturation: 0.78, 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 #040A20 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 10 32 -
CMYK 0.87 0.69 0 0.87
HSL 227.14º 0.78% 0.07% -
HSV(B) 227.14º 0.88% 0.13% -
XYZ 0.42 0.35 1.41 -
YUV 10.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 4 10 32 0.87 0.69 0 0.87 227.14 0.78 0.07
Hex 4 A 20 57 45 0 57 E3 4E 7
Octal 4 12 40 127 105 0 127 343 116 7
Binary 100 1010 100000 1010111 1000101 0 1010111 11100011 1001110 111

Color Harmonies of #040A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A20

Black with #040A20

Text Example


Text Example

White with #040A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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