Html Css Color HEX #040B19 Black Russian

📋 copy color: '#040B19'

red 4 ◦ green 11 ◦ blue 25

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

Shades of Black Russian #040B19

Tints of Black Russian #040B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 27.5%

 BLUE value IS 25 (10.16% from 255) = 62.5%

R = 10%
G = 27.5%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#040B19 (or 0x040B19) is known color: Black Russian. HEX triplet: 04, 0B and 19. RGB value is (4,11,25). Sum of RGB (Red+Green+Blue) = 4+11+25=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #040B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B19 is #FBF4E6. Grayscale: #0A0A0A. Windows color (decimal): -16512231 or 1641220. OLE color: 1641220.

HSL color Cylindrical-coordinate representation of color #040B19: hue angle of 220º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #040B19 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 11 25 -
CMYK 0.84 0.56 0 0.90
HSL 220º 0.72% 0.06% -
HSV(B) 220º 0.84% 0.1% -
XYZ 0.35 0.34 0.97 -
YUV 10.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 4 11 25 0.84 0.56 0 0.90 220 0.72 0.06
Hex 4 B 19 54 38 0 5A DC 48 6
Octal 4 13 31 124 70 0 132 334 110 6
Binary 100 1011 11001 1010100 111000 0 1011010 11011100 1001000 110

Color Harmonies of #040B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B19

Black with #040B19

Text Example


Text Example

White with #040B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,11,25); }

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

background-color css

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

 a { background-color: rgb(4,11,25); }

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

border-color css

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

 span { border-color: rgb(4,11,25); }

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