Html Css Color HEX #04010B Black Russian

📋 copy color: '#04010B'

red 4 ◦ green 1 ◦ blue 11

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

Shades of Black Russian #04010B

Tints of Black Russian #04010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 6.25%

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

R = 25%
G = 6.25%
B = 68.75%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#04010B (or 0x04010B) is known color: Black Russian. HEX triplet: 04, 01 and 0B. RGB value is (4,1,11). Sum of RGB (Red+Green+Blue) = 4+1+11=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 1 (0.78% from 255 or 6.25% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #04010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04010B is #FBFEF4. Grayscale: #030303. Windows color (decimal): -16514805 or 721156. OLE color: 721156.

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

Color convert

RGB 4 1 11 -
CMYK 0.64 0.91 0 0.96
HSL 258º 0.83% 0.02% -
HSV(B) 258º 0.91% 0.04% -
XYZ 0.12 0.07 0.32 -
YUV 3.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 4 1 11 0.64 0.91 0 0.96 258 0.83 0.02
Hex 4 1 B 40 5B 0 60 102 53 2
Octal 4 1 13 100 133 0 140 402 123 2
Binary 100 1 1011 1000000 1011011 0 1100000 100000010 1010011 10

Color Harmonies of #04010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04010B

Black with #04010B

Text Example


Text Example

White with #04010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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