Html Css Color HEX #080E2D Black Russian

📋 copy color: '#080E2D'

red 8 ◦ green 14 ◦ blue 45

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

Shades of Black Russian #080E2D

Tints of Black Russian #080E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 67.16%

R = 11.94%
G = 20.9%
B = 67.16%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#080E2D (or 0x080E2D) is known color: Black Russian. HEX triplet: 08, 0E and 2D. RGB value is (8,14,45). Sum of RGB (Red+Green+Blue) = 8+14+45=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #080E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2D is #F7F1D2. Grayscale: #0F0F0F. Windows color (decimal): -16249299 or 2952712. OLE color: 2952712.

HSL color Cylindrical-coordinate representation of color #080E2D: hue angle of 230.27º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080E2D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 14 45 -
CMYK 0.82 0.69 0 0.82
HSL 230.27º 0.7% 0.1% -
HSV(B) 230.27º 0.82% 0.18% -
XYZ 0.73 0.56 2.55 -
YUV 15.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 8 14 45 0.82 0.69 0 0.82 230.27 0.7 0.1
Hex 8 E 2D 52 45 0 52 E6 46 A
Octal 10 16 55 122 105 0 122 346 106 12
Binary 1000 1110 101101 1010010 1000101 0 1010010 11100110 1000110 1010

Color Harmonies of #080E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E2D

Black with #080E2D

Text Example


Text Example

White with #080E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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