Html Css Color HEX #07011E Black Russian

📋 copy color: '#07011E'

red 7 ◦ green 1 ◦ blue 30

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

Shades of Black Russian #07011E

Tints of Black Russian #07011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 78.95%

R = 18.42%
G = 2.63%
B = 78.95%

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

#07011E (or 0x07011E) is known color: Black Russian. HEX triplet: 07, 01 and 1E. RGB value is (7,1,30). Sum of RGB (Red+Green+Blue) = 7+1+30=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #07011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07011E is #F8FEE1. Grayscale: #050505. Windows color (decimal): -16318178 or 1966343. OLE color: 1966343.

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

Color convert

RGB 7 1 30 -
CMYK 0.77 0.97 0 0.88
HSL 252.41º 0.94% 0.06% -
HSV(B) 252.41º 0.97% 0.12% -
XYZ 0.33 0.16 1.24 -
YUV 6.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 7 1 30 0.77 0.97 0 0.88 252.41 0.94 0.06
Hex 7 1 1E 4D 61 0 58 FC 5E 6
Octal 7 1 36 115 141 0 130 374 136 6
Binary 111 1 11110 1001101 1100001 0 1011000 11111100 1011110 110

Color Harmonies of #07011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07011E

Black with #07011E

Text Example


Text Example

White with #07011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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