Html Css Color HEX #080D1D Black Russian

📋 copy color: '#080D1D'

red 8 ◦ green 13 ◦ blue 29

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

Shades of Black Russian #080D1D

Tints of Black Russian #080D1D

RGB

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

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

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

R = 16%
G = 26%
B = 58%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#080D1D (or 0x080D1D) is known color: Black Russian. HEX triplet: 08, 0D and 1D. RGB value is (8,13,29). Sum of RGB (Red+Green+Blue) = 8+13+29=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #080D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1D is #F7F2E2. Grayscale: #0D0D0D. Windows color (decimal): -16249571 or 1903880. OLE color: 1903880.

HSL color Cylindrical-coordinate representation of color #080D1D: hue angle of 225.71º 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 #080D1D is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 13 29 -
CMYK 0.72 0.55 0 0.89
HSL 225.71º 0.57% 0.07% -
HSV(B) 225.71º 0.72% 0.11% -
XYZ 0.47 0.43 1.22 -
YUV 13.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 8 13 29 0.72 0.55 0 0.89 225.71 0.57 0.07
Hex 8 D 1D 48 37 0 59 E2 39 7
Octal 10 15 35 110 67 0 131 342 71 7
Binary 1000 1101 11101 1001000 110111 0 1011001 11100010 111001 111

Color Harmonies of #080D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D1D

Black with #080D1D

Text Example


Text Example

White with #080D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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