Html Css Color HEX #03071F Black Russian

📋 copy color: '#03071F'

red 3 ◦ green 7 ◦ blue 31

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

Shades of Black Russian #03071F

Tints of Black Russian #03071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.07%

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

R = 7.32%
G = 17.07%
B = 75.61%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03071F (or 0x03071F) is known color: Black Russian. HEX triplet: 03, 07 and 1F. RGB value is (3,7,31). Sum of RGB (Red+Green+Blue) = 3+7+31=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 31 (12.5% from 255 or 75.61% from 41); Max value from RGB is 31 - color contains mainly: blue. Hex color #03071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071F is #FCF8E0. Grayscale: #080808. Windows color (decimal): -16578785 or 2033411. OLE color: 2033411.

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

Color convert

RGB 3 7 31 -
CMYK 0.90 0.77 0 0.88
HSL 231.43º 0.82% 0.07% -
HSV(B) 231.43º 0.9% 0.12% -
XYZ 0.36 0.27 1.33 -
YUV 8.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 3 7 31 0.90 0.77 0 0.88 231.43 0.82 0.07
Hex 3 7 1F 5A 4D 0 58 E7 52 7
Octal 3 7 37 132 115 0 130 347 122 7
Binary 11 111 11111 1011010 1001101 0 1011000 11100111 1010010 111

Color Harmonies of #03071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03071F

Black with #03071F

Text Example


Text Example

White with #03071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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