Html Css Color HEX #040B1B Black Russian

📋 copy color: '#040B1B'

red 4 ◦ green 11 ◦ blue 27

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

Shades of Black Russian #040B1B

Tints of Black Russian #040B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 64.29%

R = 9.52%
G = 26.19%
B = 64.29%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040B1B (or 0x040B1B) is known color: Black Russian. HEX triplet: 04, 0B and 1B. RGB value is (4,11,27). Sum of RGB (Red+Green+Blue) = 4+11+27=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #040B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B1B is #FBF4E4. Grayscale: #0A0A0A. Windows color (decimal): -16512229 or 1772292. OLE color: 1772292.

HSL color Cylindrical-coordinate representation of color #040B1B: hue angle of 221.74º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #040B1B is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 4 11 27 -
CMYK 0.85 0.59 0 0.89
HSL 221.74º 0.74% 0.06% -
HSV(B) 221.74º 0.85% 0.11% -
XYZ 0.37 0.34 1.08 -
YUV 10.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 4 11 27 0.85 0.59 0 0.89 221.74 0.74 0.06
Hex 4 B 1B 55 3B 0 59 DE 4A 6
Octal 4 13 33 125 73 0 131 336 112 6
Binary 100 1011 11011 1010101 111011 0 1011001 11011110 1001010 110

Color Harmonies of #040B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B1B

Black with #040B1B

Text Example


Text Example

White with #040B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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