Html Css Color HEX #03040B Black Russian

📋 copy color: '#03040B'

red 3 ◦ green 4 ◦ blue 11

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

Shades of Black Russian #03040B

Tints of Black Russian #03040B

RGB

 RED value IS 3 (1.56% from 255) = 16.67%

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

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

R = 16.67%
G = 22.22%
B = 61.11%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#03040B (or 0x03040B) is known color: Black Russian. HEX triplet: 03, 04 and 0B. RGB value is (3,4,11). Sum of RGB (Red+Green+Blue) = 3+4+11=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #03040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03040B is #FCFBF4. Grayscale: #040404. Windows color (decimal): -16579573 or 721923. OLE color: 721923.

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

Color convert

RGB 3 4 11 -
CMYK 0.73 0.64 0 0.96
HSL 232.5º 0.57% 0.03% -
HSV(B) 232.5º 0.73% 0.04% -
XYZ 0.14 0.13 0.33 -
YUV 4.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 3 4 11 0.73 0.64 0 0.96 232.5 0.57 0.03
Hex 3 4 B 49 40 0 60 E8 39 3
Octal 3 4 13 111 100 0 140 350 71 3
Binary 11 100 1011 1001001 1000000 0 1100000 11101000 111001 11

Color Harmonies of #03040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03040B

Black with #03040B

Text Example


Text Example

White with #03040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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