Html Css Color HEX #080D1E Black Russian

📋 copy color: '#080D1E'

red 8 ◦ green 13 ◦ blue 30

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

Shades of Black Russian #080D1E

Tints of Black Russian #080D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25.49%

 BLUE value IS 30 (12.11% from 255) = 58.82%

R = 15.69%
G = 25.49%
B = 58.82%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#080D1E (or 0x080D1E) is known color: Black Russian. HEX triplet: 08, 0D and 1E. RGB value is (8,13,30). Sum of RGB (Red+Green+Blue) = 8+13+30=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #080D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1E is #F7F2E1. Grayscale: #0D0D0D. Windows color (decimal): -16249570 or 1969416. OLE color: 1969416.

HSL color Cylindrical-coordinate representation of color #080D1E: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080D1E is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 8 13 30 -
CMYK 0.73 0.57 0 0.88
HSL 226.36º 0.58% 0.07% -
HSV(B) 226.36º 0.73% 0.12% -
XYZ 0.48 0.43 1.29 -
YUV 13.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 8 13 30 0.73 0.57 0 0.88 226.36 0.58 0.07
Hex 8 D 1E 49 39 0 58 E2 3A 7
Octal 10 15 36 111 71 0 130 342 72 7
Binary 1000 1101 11110 1001001 111001 0 1011000 11100010 111010 111

Color Harmonies of #080D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D1E

Black with #080D1E

Text Example


Text Example

White with #080D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,30); }

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

background-color css

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

 a { background-color: rgb(8,13,30); }

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

border-color css

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

 span { border-color: rgb(8,13,30); }

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