Html Css Color HEX #070118 Black Russian

📋 copy color: '#070118'

red 7 ◦ green 1 ◦ blue 24

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

Shades of Black Russian #070118

Tints of Black Russian #070118

RGB

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

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

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

R = 21.88%
G = 3.13%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070118 (or 0x070118) is known color: Black Russian. HEX triplet: 07, 01 and 18. RGB value is (7,1,24). Sum of RGB (Red+Green+Blue) = 7+1+24=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 24 (9.77% from 255 or 75% from 32); Max value from RGB is 24 - color contains mainly: blue. Hex color #070118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070118 is #F8FEE7. Grayscale: #050505. Windows color (decimal): -16318184 or 1573127. OLE color: 1573127.

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

Color convert

RGB 7 1 24 -
CMYK 0.71 0.96 0 0.91
HSL 255.65º 0.92% 0.05% -
HSV(B) 255.65º 0.96% 0.09% -
XYZ 0.26 0.13 0.88 -
YUV 5.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 7 1 24 0.71 0.96 0 0.91 255.65 0.92 0.05
Hex 7 1 18 47 60 0 5B 100 5C 5
Octal 7 1 30 107 140 0 133 400 134 5
Binary 111 1 11000 1000111 1100000 0 1011011 100000000 1011100 101

Color Harmonies of #070118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070118

Black with #070118

Text Example


Text Example

White with #070118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070118; }

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

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

background-color css

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

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

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

border-color css

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

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

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