Html Css Color HEX #070031 Black Russian

📋 copy color: '#070031'

red 7 ◦ green 0 ◦ blue 49

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

Shades of Black Russian #070031

Tints of Black Russian #070031

RGB

 RED value IS 7 (3.13% from 255) = 12.5%

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

 BLUE value IS 49 (19.53% from 255) = 87.5%

R = 12.5%
G = 0%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#070031 (or 0x070031) is known color: Black Russian. HEX triplet: 07, 00 and 31. RGB value is (7,0,49). Sum of RGB (Red+Green+Blue) = 7+0+49=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 49 (19.53% from 255 or 87.5% from 56); Max value from RGB is 49 - color contains mainly: blue. Hex color #070031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070031 is #F8FFCE. Grayscale: #070707. Windows color (decimal): -16318415 or 3211271. OLE color: 3211271.

HSL color Cylindrical-coordinate representation of color #070031: hue angle of 248.57º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070031 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 0 49 -
CMYK 0.86 1 0 0.81
HSL 248.57º 1% 0.1% -
HSV(B) 248.57º 1% 0.19% -
XYZ 0.64 0.27 2.92 -
YUV 7.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 7 0 49 0.86 1 0 0.81 248.57 1 0.1
Hex 7 0 31 56 64 0 51 F9 64 A
Octal 7 0 61 126 144 0 121 371 144 12
Binary 111 0 110001 1010110 1100100 0 1010001 11111001 1100100 1010

Color Harmonies of #070031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070031

Black with #070031

Text Example


Text Example

White with #070031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070031; }

 p { color: rgb(7,0,49); }

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

background-color css

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

 a { background-color: rgb(7,0,49); }

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

border-color css

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

 span { border-color: rgb(7,0,49); }

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