Html Css Color HEX #03011F Black Russian

📋 copy color: '#03011F'

red 3 ◦ green 1 ◦ blue 31

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

Shades of Black Russian #03011F

Tints of Black Russian #03011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 88.57%

R = 8.57%
G = 2.86%
B = 88.57%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03011F (or 0x03011F) is known color: Black Russian. HEX triplet: 03, 01 and 1F. RGB value is (3,1,31). Sum of RGB (Red+Green+Blue) = 3+1+31=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 31 (12.5% from 255 or 88.57% from 35); Max value from RGB is 31 - color contains mainly: blue. Hex color #03011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03011F is #FCFEE0. Grayscale: #040404. Windows color (decimal): -16580321 or 2031875. OLE color: 2031875.

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

Color convert

RGB 3 1 31 -
CMYK 0.90 0.97 0 0.88
HSL 244º 0.94% 0.06% -
HSV(B) 244º 0.97% 0.12% -
XYZ 0.3 0.14 1.31 -
YUV 5.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 3 1 31 0.90 0.97 0 0.88 244 0.94 0.06
Hex 3 1 1F 5A 61 0 58 F4 5E 6
Octal 3 1 37 132 141 0 130 364 136 6
Binary 11 1 11111 1011010 1100001 0 1011000 11110100 1011110 110

Color Harmonies of #03011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03011F

Black with #03011F

Text Example


Text Example

White with #03011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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