Html Css Color HEX #03040F Black Russian

📋 copy color: '#03040F'

red 3 ◦ green 4 ◦ blue 15

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

Shades of Black Russian #03040F

Tints of Black Russian #03040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 68.18%

R = 13.64%
G = 18.18%
B = 68.18%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#03040F (or 0x03040F) is known color: Black Russian. HEX triplet: 03, 04 and 0F. RGB value is (3,4,15). Sum of RGB (Red+Green+Blue) = 3+4+15=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 15 (6.25% from 255 or 68.18% from 22); Max value from RGB is 15 - color contains mainly: blue. Hex color #03040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03040F is #FCFBF0. Grayscale: #040404. Windows color (decimal): -16579569 or 984067. OLE color: 984067.

HSL color Cylindrical-coordinate representation of color #03040F: hue angle of 235º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03040F is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 4 15 -
CMYK 0.80 0.73 0 0.94
HSL 235º 0.67% 0.04% -
HSV(B) 235º 0.8% 0.06% -
XYZ 0.17 0.14 0.47 -
YUV 4.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 3 4 15 0.80 0.73 0 0.94 235 0.67 0.04
Hex 3 4 F 50 49 0 5E EB 43 4
Octal 3 4 17 120 111 0 136 353 103 4
Binary 11 100 1111 1010000 1001001 0 1011110 11101011 1000011 100

Color Harmonies of #03040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03040F

Black with #03040F

Text Example


Text Example

White with #03040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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