Html Css Color HEX #03001F Black Russian

📋 copy color: '#03001F'

red 3 ◦ green 0 ◦ blue 31

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

Shades of Black Russian #03001F

Tints of Black Russian #03001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.82%
G = 0%
B = 91.18%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03001F (or 0x03001F) is known color: Black Russian. HEX triplet: 03, 00 and 1F. RGB value is (3,0,31). Sum of RGB (Red+Green+Blue) = 3+0+31=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 31 (12.5% from 255 or 91.18% from 34); Max value from RGB is 31 - color contains mainly: blue. Hex color #03001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03001F is #FCFFE0. Grayscale: #040404. Windows color (decimal): -16580577 or 2031619. OLE color: 2031619.

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

Color convert

RGB 3 0 31 -
CMYK 0.90 1 0 0.88
HSL 245.81º 1% 0.06% -
HSV(B) 245.81º 1% 0.12% -
XYZ 0.28 0.12 1.3 -
YUV 4.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 3 0 31 0.90 1 0 0.88 245.81 1 0.06
Hex 3 0 1F 5A 64 0 58 F6 64 6
Octal 3 0 37 132 144 0 130 366 144 6
Binary 11 0 11111 1011010 1100100 0 1011000 11110110 1100100 110

Color Harmonies of #03001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03001F

Black with #03001F

Text Example


Text Example

White with #03001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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