Html Css Color HEX #070518 Black Russian

📋 copy color: '#070518'

red 7 ◦ green 5 ◦ blue 24

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

Shades of Black Russian #070518

Tints of Black Russian #070518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.89%

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

R = 19.44%
G = 13.89%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070518 (or 0x070518) is known color: Black Russian. HEX triplet: 07, 05 and 18. RGB value is (7,5,24). Sum of RGB (Red+Green+Blue) = 7+5+24=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #070518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070518 is #F8FAE7. Grayscale: #070707. Windows color (decimal): -16317160 or 1574151. OLE color: 1574151.

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

Color convert

RGB 7 5 24 -
CMYK 0.71 0.79 0 0.91
HSL 246.32º 0.66% 0.06% -
HSV(B) 246.32º 0.79% 0.09% -
XYZ 0.31 0.22 0.89 -
YUV 7.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 7 5 24 0.71 0.79 0 0.91 246.32 0.66 0.06
Hex 7 5 18 47 4F 0 5B F6 42 6
Octal 7 5 30 107 117 0 133 366 102 6
Binary 111 101 11000 1000111 1001111 0 1011011 11110110 1000010 110

Color Harmonies of #070518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070518

Black with #070518

Text Example


Text Example

White with #070518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070518; }

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

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

background-color css

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

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

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

border-color css

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

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

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