Html Css Color HEX #080D1B Black Russian

📋 copy color: '#080D1B'

red 8 ◦ green 13 ◦ blue 27

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

Shades of Black Russian #080D1B

Tints of Black Russian #080D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 56.25%

R = 16.67%
G = 27.08%
B = 56.25%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#080D1B (or 0x080D1B) is known color: Black Russian. HEX triplet: 08, 0D and 1B. RGB value is (8,13,27). Sum of RGB (Red+Green+Blue) = 8+13+27=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #080D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1B is #F7F2E4. Grayscale: #0D0D0D. Windows color (decimal): -16249573 or 1772808. OLE color: 1772808.

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

Color convert

RGB 8 13 27 -
CMYK 0.70 0.52 0 0.89
HSL 224.21º 0.54% 0.07% -
HSV(B) 224.21º 0.7% 0.11% -
XYZ 0.44 0.42 1.09 -
YUV 13.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 8 13 27 0.70 0.52 0 0.89 224.21 0.54 0.07
Hex 8 D 1B 46 34 0 59 E0 36 7
Octal 10 15 33 106 64 0 131 340 66 7
Binary 1000 1101 11011 1000110 110100 0 1011001 11100000 110110 111

Color Harmonies of #080D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D1B

Black with #080D1B

Text Example


Text Example

White with #080D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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