Html Css Color HEX #070311 Black Russian

📋 copy color: '#070311'

red 7 ◦ green 3 ◦ blue 17

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

Shades of Black Russian #070311

Tints of Black Russian #070311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 62.96%

R = 25.93%
G = 11.11%
B = 62.96%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070311 (or 0x070311) is known color: Black Russian. HEX triplet: 07, 03 and 11. RGB value is (7,3,17). Sum of RGB (Red+Green+Blue) = 7+3+17=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #070311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070311 is #F8FCEE. Grayscale: #050505. Windows color (decimal): -16317679 or 1114887. OLE color: 1114887.

HSL color Cylindrical-coordinate representation of color #070311: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070311 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 3 17 -
CMYK 0.59 0.82 0 0.93
HSL 257.14º 0.7% 0.04% -
HSV(B) 257.14º 0.82% 0.07% -
XYZ 0.22 0.15 0.55 -
YUV 5.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 7 3 17 0.59 0.82 0 0.93 257.14 0.7 0.04
Hex 7 3 11 3B 52 0 5D 101 46 4
Octal 7 3 21 73 122 0 135 401 106 4
Binary 111 11 10001 111011 1010010 0 1011101 100000001 1000110 100

Color Harmonies of #070311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070311

Black with #070311

Text Example


Text Example

White with #070311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070311; }

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

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

background-color css

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

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

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

border-color css

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

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

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