Html Css Color HEX #040E2B Black Russian

📋 copy color: '#040E2B'

red 4 ◦ green 14 ◦ blue 43

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

Shades of Black Russian #040E2B

Tints of Black Russian #040E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 70.49%

R = 6.56%
G = 22.95%
B = 70.49%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#040E2B (or 0x040E2B) is known color: Black Russian. HEX triplet: 04, 0E and 2B. RGB value is (4,14,43). Sum of RGB (Red+Green+Blue) = 4+14+43=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 43 (17.19% from 255 or 70.49% from 61); Max value from RGB is 43 - color contains mainly: blue. Hex color #040E2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E2B is #FBF1D4. Grayscale: #0E0E0E. Windows color (decimal): -16511445 or 2821636. OLE color: 2821636.

HSL color Cylindrical-coordinate representation of color #040E2B: hue angle of 224.62º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #040E2B is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 4 14 43 -
CMYK 0.91 0.67 0 0.83
HSL 224.62º 0.83% 0.09% -
HSV(B) 224.62º 0.91% 0.17% -
XYZ 0.64 0.51 2.35 -
YUV 14.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 4 14 43 0.91 0.67 0 0.83 224.62 0.83 0.09
Hex 4 E 2B 5B 43 0 53 E1 53 9
Octal 4 16 53 133 103 0 123 341 123 11
Binary 100 1110 101011 1011011 1000011 0 1010011 11100001 1010011 1001

Color Harmonies of #040E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E2B

Black with #040E2B

Text Example


Text Example

White with #040E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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