Html Css Color HEX #070411 Black Russian

📋 copy color: '#070411'

red 7 ◦ green 4 ◦ blue 17

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

Shades of Black Russian #070411

Tints of Black Russian #070411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 14.29%

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

R = 25%
G = 14.29%
B = 60.71%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070411 (or 0x070411) is known color: Black Russian. HEX triplet: 07, 04 and 11. RGB value is (7,4,17). Sum of RGB (Red+Green+Blue) = 7+4+17=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #070411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070411 is #F8FBEE. Grayscale: #060606. Windows color (decimal): -16317423 or 1115143. OLE color: 1115143.

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

Color convert

RGB 7 4 17 -
CMYK 0.59 0.76 0 0.93
HSL 253.85º 0.62% 0.04% -
HSV(B) 253.85º 0.76% 0.07% -
XYZ 0.23 0.17 0.55 -
YUV 6.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 7 4 17 0.59 0.76 0 0.93 253.85 0.62 0.04
Hex 7 4 11 3B 4C 0 5D FE 3E 4
Octal 7 4 21 73 114 0 135 376 76 4
Binary 111 100 10001 111011 1001100 0 1011101 11111110 111110 100

Color Harmonies of #070411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070411

Black with #070411

Text Example


Text Example

White with #070411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070411; }

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

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

background-color css

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

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

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

border-color css

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

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

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