Html Css Color HEX #07080B Black Russian

📋 copy color: '#07080B'

red 7 ◦ green 8 ◦ blue 11

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

Shades of Black Russian #07080B

Tints of Black Russian #07080B

RGB

 RED value IS 7 (3.13% 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 value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#07080B (or 0x07080B) is known color: 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

RGB 7 8 11 -
CMYK 0.36 0.27 0 0.96
HSL 225º 0.22% 0.04% -
HSV(B) 225º 0.36% 0.04% -
XYZ 0.23 0.24 0.35 -
YUV 8.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 7 8 11 0.36 0.27 0 0.96 225 0.22 0.04
Hex 7 8 B 24 1B 0 60 E1 16 4
Octal 7 10 13 44 33 0 140 341 26 4
Binary 111 1000 1011 100100 11011 0 1100000 11100001 10110 100

Color Harmonies of #07080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07080B

Black with #07080B

Text Example


Text Example

White with #07080B

Text Example


Text Example

HTML Codes & Css Web 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>