Html Css Color HEX #07011F Black Russian

📋 copy color: '#07011F'

red 7 ◦ green 1 ◦ blue 31

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

Shades of Black Russian #07011F

Tints of Black Russian #07011F

RGB

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

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

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

R = 17.95%
G = 2.56%
B = 79.49%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07011F (or 0x07011F) is known color: Black Russian. HEX triplet: 07, 01 and 1F. RGB value is (7,1,31). Sum of RGB (Red+Green+Blue) = 7+1+31=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #07011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011F is #F8FEE0. Grayscale: #060606. Windows color (decimal): -16318177 or 2031879. OLE color: 2031879.

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

Color convert

RGB 7 1 31 -
CMYK 0.77 0.97 0 0.88
HSL 252º 0.94% 0.06% -
HSV(B) 252º 0.97% 0.12% -
XYZ 0.35 0.17 1.31 -
YUV 6.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 7 1 31 0.77 0.97 0 0.88 252 0.94 0.06
Hex 7 1 1F 4D 61 0 58 FC 5E 6
Octal 7 1 37 115 141 0 130 374 136 6
Binary 111 1 11111 1001101 1100001 0 1011000 11111100 1011110 110

Color Harmonies of #07011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07011F

Black with #07011F

Text Example


Text Example

White with #07011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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