Html Css Color HEX #03011D Black Russian

📋 copy color: '#03011D'

red 3 ◦ green 1 ◦ blue 29

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

Shades of Black Russian #03011D

Tints of Black Russian #03011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 87.88%

R = 9.09%
G = 3.03%
B = 87.88%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#03011D (or 0x03011D) is known color: Black Russian. HEX triplet: 03, 01 and 1D. RGB value is (3,1,29). Sum of RGB (Red+Green+Blue) = 3+1+29=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 29 (11.72% from 255 or 87.88% from 33); Max value from RGB is 29 - color contains mainly: blue. Hex color #03011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03011D is #FCFEE2. Grayscale: #040404. Windows color (decimal): -16580323 or 1900803. OLE color: 1900803.

HSL color Cylindrical-coordinate representation of color #03011D: hue angle of 244.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03011D is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 1 29 -
CMYK 0.90 0.97 0 0.89
HSL 244.29º 0.93% 0.06% -
HSV(B) 244.29º 0.97% 0.11% -
XYZ 0.27 0.13 1.17 -
YUV 4.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 3 1 29 0.90 0.97 0 0.89 244.29 0.93 0.06
Hex 3 1 1D 5A 61 0 59 F4 5D 6
Octal 3 1 35 132 141 0 131 364 135 6
Binary 11 1 11101 1011010 1100001 0 1011001 11110100 1011101 110

Color Harmonies of #03011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03011D

Black with #03011D

Text Example


Text Example

White with #03011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03011D; }

 p { color: rgb(3,1,29); }

 H1.HeaderClassName
 {
   color: #03011D;
 }
 .AnyTagClassName
 {
   color: #03011D;
 }
</style>

background-color css

<style>
 a { background-color: #03011D; }

 a { background-color: rgb(3,1,29); }

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

border-color css

<style>
 span { border-color: #03011D; }

 span { border-color: rgb(3,1,29); }

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