Html Css Color HEX #070718 Black Russian

📋 copy color: '#070718'

red 7 ◦ green 7 ◦ blue 24

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

Shades of Black Russian #070718

Tints of Black Russian #070718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 63.16%

R = 18.42%
G = 18.42%
B = 63.16%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070718 (or 0x070718) is known color: Black Russian. HEX triplet: 07, 07 and 18. RGB value is (7,7,24). Sum of RGB (Red+Green+Blue) = 7+7+24=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #070718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070718 is #F8F8E7. Grayscale: #080808. Windows color (decimal): -16316648 or 1574663. OLE color: 1574663.

HSL color Cylindrical-coordinate representation of color #070718: hue angle of 240º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #070718 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 7 24 -
CMYK 0.71 0.71 0 0.91
HSL 240º 0.55% 0.06% -
HSV(B) 240º 0.71% 0.09% -
XYZ 0.33 0.26 0.9 -
YUV 8.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 7 7 24 0.71 0.71 0 0.91 240 0.55 0.06
Hex 7 7 18 47 47 0 5B F0 37 6
Octal 7 7 30 107 107 0 133 360 67 6
Binary 111 111 11000 1000111 1000111 0 1011011 11110000 110111 110

Color Harmonies of #070718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070718

Black with #070718

Text Example


Text Example

White with #070718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070718; }

 p { color: rgb(7,7,24); }

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

background-color css

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

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

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

border-color css

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

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

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