Html Css Color HEX #080D1F Black Russian

📋 copy color: '#080D1F'

red 8 ◦ green 13 ◦ blue 31

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

Shades of Black Russian #080D1F

Tints of Black Russian #080D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 59.62%

R = 15.38%
G = 25%
B = 59.62%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#080D1F (or 0x080D1F) is known color: Black Russian. HEX triplet: 08, 0D and 1F. RGB value is (8,13,31). Sum of RGB (Red+Green+Blue) = 8+13+31=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #080D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1F is #F7F2E0. Grayscale: #0D0D0D. Windows color (decimal): -16249569 or 2034952. OLE color: 2034952.

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

Color convert

RGB 8 13 31 -
CMYK 0.74 0.58 0 0.88
HSL 226.96º 0.59% 0.08% -
HSV(B) 226.96º 0.74% 0.12% -
XYZ 0.49 0.44 1.36 -
YUV 13.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 8 13 31 0.74 0.58 0 0.88 226.96 0.59 0.08
Hex 8 D 1F 4A 3A 0 58 E3 3B 8
Octal 10 15 37 112 72 0 130 343 73 10
Binary 1000 1101 11111 1001010 111010 0 1011000 11100011 111011 1000

Color Harmonies of #080D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D1F

Black with #080D1F

Text Example


Text Example

White with #080D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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