Html Css Color HEX #07080A Black Russian

📋 copy color: '#07080A'

red 7 ◦ green 8 ◦ blue 10

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

Shades of Black Russian #07080A

Tints of Black Russian #07080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 32%

 BLUE value IS 10 (4.3% from 255) = 40%

R = 28%
G = 32%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.2

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07080A (or 0x07080A) is known color: Black Russian. HEX triplet: 07, 08 and 0A. RGB value is (7,8,10). Sum of RGB (Red+Green+Blue) = 7+8+10=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 10 - color contains mainly: blue. Hex color #07080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080A is #F8F7F5. Grayscale: #070707. Windows color (decimal): -16316406 or 657415. OLE color: 657415.

HSL color Cylindrical-coordinate representation of color #07080A: hue angle of 220º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #07080A is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 7 8 10 -
CMYK 0.30 0.2 0 0.96
HSL 220º 0.18% 0.03% -
HSV(B) 220º 0.3% 0.04% -
XYZ 0.23 0.24 0.32 -
YUV 7.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 7 8 10 0.30 0.2 0 0.96 220 0.18 0.03
Hex 7 8 A 1E 14 0 60 DC 12 3
Octal 7 10 12 36 24 0 140 334 22 3
Binary 111 1000 1010 11110 10100 0 1100000 11011100 10010 11

Color Harmonies of #07080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07080A

Black with #07080A

Text Example


Text Example

White with #07080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07080A; }

 p { color: rgb(7,8,10); }

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

background-color css

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

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

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

border-color css

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

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

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