Html Css Color HEX #040821 Black Russian

📋 copy color: '#040821'

red 4 ◦ green 8 ◦ blue 33

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

Shades of Black Russian #040821

Tints of Black Russian #040821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.78%

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

R = 8.89%
G = 17.78%
B = 73.33%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040821 (or 0x040821) is known color: Black Russian. HEX triplet: 04, 08 and 21. RGB value is (4,8,33). Sum of RGB (Red+Green+Blue) = 4+8+33=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #040821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040821 is #FBF7DE. Grayscale: #090909. Windows color (decimal): -16512991 or 2164740. OLE color: 2164740.

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

Color convert

RGB 4 8 33 -
CMYK 0.88 0.76 0 0.87
HSL 231.72º 0.78% 0.07% -
HSV(B) 231.72º 0.88% 0.13% -
XYZ 0.41 0.31 1.48 -
YUV 9.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 4 8 33 0.88 0.76 0 0.87 231.72 0.78 0.07
Hex 4 8 21 58 4C 0 57 E8 4E 7
Octal 4 10 41 130 114 0 127 350 116 7
Binary 100 1000 100001 1011000 1001100 0 1010111 11101000 1001110 111

Color Harmonies of #040821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040821

Black with #040821

Text Example


Text Example

White with #040821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040821; }

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

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

background-color css

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

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

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

border-color css

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

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

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