Html Css Color HEX #07031F Black Russian

📋 copy color: '#07031F'

red 7 ◦ green 3 ◦ blue 31

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

Shades of Black Russian #07031F

Tints of Black Russian #07031F

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07031F (or 0x07031F) is known color: Black Russian. HEX triplet: 07, 03 and 1F. RGB value is (7,3,31). Sum of RGB (Red+Green+Blue) = 7+3+31=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 3 (1.56% from 255 or 7.32% 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 #07031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031F is #F8FCE0. Grayscale: #070707. Windows color (decimal): -16317665 or 2032391. OLE color: 2032391.

HSL color Cylindrical-coordinate representation of color #07031F: hue angle of 248.57º 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 #07031F is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 3 31 -
CMYK 0.77 0.90 0 0.88
HSL 248.57º 0.82% 0.07% -
HSV(B) 248.57º 0.9% 0.12% -
XYZ 0.37 0.21 1.32 -
YUV 7.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 7 3 31 0.77 0.90 0 0.88 248.57 0.82 0.07
Hex 7 3 1F 4D 5A 0 58 F9 52 7
Octal 7 3 37 115 132 0 130 371 122 7
Binary 111 11 11111 1001101 1011010 0 1011000 11111001 1010010 111

Color Harmonies of #07031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07031F

Black with #07031F

Text Example


Text Example

White with #07031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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