Html Css Color HEX #05040B Black Russian

📋 copy color: '#05040B'

red 5 ◦ green 4 ◦ blue 11

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

Shades of Black Russian #05040B

Tints of Black Russian #05040B

RGB

 RED value IS 5 (2.34% from 255) = 25%

 GREEN value IS 4 (1.95% from 255) = 20%

 BLUE value IS 11 (4.69% from 255) = 55%

R = 25%
G = 20%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05040B (or 0x05040B) is known color: Black Russian. HEX triplet: 05, 04 and 0B. RGB value is (5,4,11). Sum of RGB (Red+Green+Blue) = 5+4+11=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #05040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05040B is #FAFBF4. Grayscale: #050505. Windows color (decimal): -16448501 or 721925. OLE color: 721925.

HSL color Cylindrical-coordinate representation of color #05040B: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #05040B is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 4 11 -
CMYK 0.55 0.64 0 0.96
HSL 248.57º 0.47% 0.03% -
HSV(B) 248.57º 0.64% 0.04% -
XYZ 0.17 0.14 0.34 -
YUV 5.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 5 4 11 0.55 0.64 0 0.96 248.57 0.47 0.03
Hex 5 4 B 37 40 0 60 F9 2F 3
Octal 5 4 13 67 100 0 140 371 57 3
Binary 101 100 1011 110111 1000000 0 1100000 11111001 101111 11

Color Harmonies of #05040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05040B

Black with #05040B

Text Example


Text Example

White with #05040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05040B; }

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

 H1.HeaderClassName
 {
   color: #05040B;
 }
 .AnyTagClassName
 {
   color: #05040B;
 }
</style>

background-color css

<style>
 a { background-color: #05040B; }

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

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

border-color css

<style>
 span { border-color: #05040B; }

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

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