#07080B

Color #07080B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #07080B

Tints of Black Russian #07080B

Color information

#07080B (or 0x07080B) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 0B. RGB value is (7,8,11). Sum of RGB (Red+Green+Blue) = 7+8+11=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 11 - color contains mainly: blue. Hex color #07080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080B is #F8F7F4. Grayscale: #080808. Windows color (decimal): -16316405 or 722951. OLE color: 722951.

HSL color Cylindrical-coordinate representation of color #07080B: hue angle of 225º degrees, saturation: 0.22, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #07080B is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB7811-
CMYK0.360.2700.96
HSL225º22.22%3.53%-
HSV(B)225º36.36%4.31%-
XYZ0.230.240.35-
YUV8.04129.67127.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 11 (4.69% from 255) = 42.31%
R=26.92%
G=30.77%
B=42.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal78110.360.2700.9622522.223.53
Hex78B241B060e1164
Octal7101344330140341264
Binary1111000101110010011011011000001110000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07080B;
 }
 .AnyTagClassName
 {
   color: #07080B;
 }
</style>
background-color css

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

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

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

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

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

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