Html Css Color HEX #040A21 Black Russian

📋 copy color: '#040A21'

red 4 ◦ green 10 ◦ blue 33

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

Shades of Black Russian #040A21

Tints of Black Russian #040A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 70.21%

R = 8.51%
G = 21.28%
B = 70.21%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040A21 (or 0x040A21) is known color: Black Russian. HEX triplet: 04, 0A and 21. RGB value is (4,10,33). Sum of RGB (Red+Green+Blue) = 4+10+33=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #040A21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A21 is #FBF5DE. Grayscale: #0A0A0A. Windows color (decimal): -16512479 or 2165252. OLE color: 2165252.

HSL color Cylindrical-coordinate representation of color #040A21: hue angle of 227.59º 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 #040A21 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 10 33 -
CMYK 0.88 0.70 0 0.87
HSL 227.59º 0.78% 0.07% -
HSV(B) 227.59º 0.88% 0.13% -
XYZ 0.43 0.35 1.48 -
YUV 10.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 4 10 33 0.88 0.70 0 0.87 227.59 0.78 0.07
Hex 4 A 21 58 46 0 57 E4 4E 7
Octal 4 12 41 130 106 0 127 344 116 7
Binary 100 1010 100001 1011000 1000110 0 1010111 11100100 1001110 111

Color Harmonies of #040A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A21

Black with #040A21

Text Example


Text Example

White with #040A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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