Html Css Color HEX #080E1D Black Russian

📋 copy color: '#080E1D'

red 8 ◦ green 14 ◦ blue 29

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

Shades of Black Russian #080E1D

Tints of Black Russian #080E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 27.45%

 BLUE value IS 29 (11.72% from 255) = 56.86%

R = 15.69%
G = 27.45%
B = 56.86%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#080E1D (or 0x080E1D) is known color: Black Russian. HEX triplet: 08, 0E and 1D. RGB value is (8,14,29). Sum of RGB (Red+Green+Blue) = 8+14+29=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #080E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1D is #F7F1E2. Grayscale: #0D0D0D. Windows color (decimal): -16249315 or 1904136. OLE color: 1904136.

HSL color Cylindrical-coordinate representation of color #080E1D: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #080E1D is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 14 29 -
CMYK 0.72 0.52 0 0.89
HSL 222.86º 0.57% 0.07% -
HSV(B) 222.86º 0.72% 0.11% -
XYZ 0.48 0.45 1.22 -
YUV 13.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 8 14 29 0.72 0.52 0 0.89 222.86 0.57 0.07
Hex 8 E 1D 48 34 0 59 DF 39 7
Octal 10 16 35 110 64 0 131 337 71 7
Binary 1000 1110 11101 1001000 110100 0 1011001 11011111 111001 111

Color Harmonies of #080E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E1D

Black with #080E1D

Text Example


Text Example

White with #080E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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