Html Css Color HEX #08070E Black Russian

📋 copy color: '#08070E'

red 8 ◦ green 7 ◦ blue 14

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

Shades of Black Russian #08070E

Tints of Black Russian #08070E

RGB

 RED value IS 8 (3.52% from 255) = 27.59%

 GREEN value IS 7 (3.13% from 255) = 24.14%

 BLUE value IS 14 (5.86% from 255) = 48.28%

R = 27.59%
G = 24.14%
B = 48.28%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#08070E (or 0x08070E) is known color: Black Russian. HEX triplet: 08, 07 and 0E. RGB value is (8,7,14). Sum of RGB (Red+Green+Blue) = 8+7+14=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 14 (5.86% from 255 or 48.28% from 29); Max value from RGB is 14 - color contains mainly: blue. Hex color #08070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08070E is #F7F8F1. Grayscale: #080808. Windows color (decimal): -16251122 or 919304. OLE color: 919304.

HSL color Cylindrical-coordinate representation of color #08070E: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #08070E is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 7 14 -
CMYK 0.43 0.5 0 0.95
HSL 248.57º 0.33% 0.04% -
HSV(B) 248.57º 0.5% 0.05% -
XYZ 0.26 0.24 0.45 -
YUV 8.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 8 7 14 0.43 0.5 0 0.95 248.57 0.33 0.04
Hex 8 7 E 2B 32 0 5F F9 21 4
Octal 10 7 16 53 62 0 137 371 41 4
Binary 1000 111 1110 101011 110010 0 1011111 11111001 100001 100

Color Harmonies of #08070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08070E

Black with #08070E

Text Example


Text Example

White with #08070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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