Html Css Color HEX #040E21 Black Russian

📋 copy color: '#040E21'

red 4 ◦ green 14 ◦ blue 33

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

Shades of Black Russian #040E21

Tints of Black Russian #040E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 27.45%

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

R = 7.84%
G = 27.45%
B = 64.71%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#040E21 (or 0x040E21) is known color: Black Russian. HEX triplet: 04, 0E and 21. RGB value is (4,14,33). Sum of RGB (Red+Green+Blue) = 4+14+33=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #040E21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E21 is #FBF1DE. Grayscale: #0D0D0D. Windows color (decimal): -16511455 or 2166276. OLE color: 2166276.

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

Color convert

RGB 4 14 33 -
CMYK 0.88 0.58 0 0.87
HSL 219.31º 0.78% 0.07% -
HSV(B) 219.31º 0.88% 0.13% -
XYZ 0.48 0.45 1.5 -
YUV 13.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 4 14 33 0.88 0.58 0 0.87 219.31 0.78 0.07
Hex 4 E 21 58 3A 0 57 DB 4E 7
Octal 4 16 41 130 72 0 127 333 116 7
Binary 100 1110 100001 1011000 111010 0 1010111 11011011 1001110 111

Color Harmonies of #040E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E21

Black with #040E21

Text Example


Text Example

White with #040E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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