Html Css Color HEX #04040B Black Russian

📋 copy color: '#04040B'

red 4 ◦ green 4 ◦ blue 11

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

Shades of Black Russian #04040B

Tints of Black Russian #04040B

RGB

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

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

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

R = 21.05%
G = 21.05%
B = 57.89%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04040B (or 0x04040B) is known color: Black Russian. HEX triplet: 04, 04 and 0B. RGB value is (4,4,11). Sum of RGB (Red+Green+Blue) = 4+4+11=19 (2% of max value = 765). Red value is 4 (1.95% from 255 or 21.05% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #04040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04040B is #FBFBF4. Grayscale: #040404. Windows color (decimal): -16514037 or 721924. OLE color: 721924.

HSL color Cylindrical-coordinate representation of color #04040B: hue angle of 240º 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 #04040B is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 4 4 11 -
CMYK 0.64 0.64 0 0.96
HSL 240º 0.47% 0.03% -
HSV(B) 240º 0.64% 0.04% -
XYZ 0.15 0.14 0.33 -
YUV 4.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 4 4 11 0.64 0.64 0 0.96 240 0.47 0.03
Hex 4 4 B 40 40 0 60 F0 2F 3
Octal 4 4 13 100 100 0 140 360 57 3
Binary 100 100 1011 1000000 1000000 0 1100000 11110000 101111 11

Color Harmonies of #04040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04040B

Black with #04040B

Text Example


Text Example

White with #04040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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