Html Css Color HEX #040E28 Black Russian

📋 copy color: '#040E28'

red 4 ◦ green 14 ◦ blue 40

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

Shades of Black Russian #040E28

Tints of Black Russian #040E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 68.97%

R = 6.9%
G = 24.14%
B = 68.97%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#040E28 (or 0x040E28) is known color: Black Russian. HEX triplet: 04, 0E and 28. RGB value is (4,14,40). Sum of RGB (Red+Green+Blue) = 4+14+40=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #040E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E28 is #FBF1D7. Grayscale: #0D0D0D. Windows color (decimal): -16511448 or 2625028. OLE color: 2625028.

HSL color Cylindrical-coordinate representation of color #040E28: hue angle of 223.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040E28 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 14 40 -
CMYK 0.90 0.65 0 0.84
HSL 223.33º 0.82% 0.09% -
HSV(B) 223.33º 0.9% 0.16% -
XYZ 0.59 0.49 2.07 -
YUV 13.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 4 14 40 0.90 0.65 0 0.84 223.33 0.82 0.09
Hex 4 E 28 5A 41 0 54 DF 52 9
Octal 4 16 50 132 101 0 124 337 122 11
Binary 100 1110 101000 1011010 1000001 0 1010100 11011111 1010010 1001

Color Harmonies of #040E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E28

Black with #040E28

Text Example


Text Example

White with #040E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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