Html Css Color HEX #080D1A Black Russian

📋 copy color: '#080D1A'

red 8 ◦ green 13 ◦ blue 26

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

Shades of Black Russian #080D1A

Tints of Black Russian #080D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 55.32%

R = 17.02%
G = 27.66%
B = 55.32%

CMYK

 C value IS 0.69

 M value IS 0.5

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080D1A (or 0x080D1A) is known color: Black Russian. HEX triplet: 08, 0D and 1A. RGB value is (8,13,26). Sum of RGB (Red+Green+Blue) = 8+13+26=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #080D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1A is #F7F2E5. Grayscale: #0C0C0C. Windows color (decimal): -16249574 or 1707272. OLE color: 1707272.

HSL color Cylindrical-coordinate representation of color #080D1A: hue angle of 223.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #080D1A is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 13 26 -
CMYK 0.69 0.5 0 0.90
HSL 223.33º 0.53% 0.07% -
HSV(B) 223.33º 0.69% 0.1% -
XYZ 0.43 0.41 1.03 -
YUV 12.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 8 13 26 0.69 0.5 0 0.90 223.33 0.53 0.07
Hex 8 D 1A 45 32 0 5A DF 35 7
Octal 10 15 32 105 62 0 132 337 65 7
Binary 1000 1101 11010 1000101 110010 0 1011010 11011111 110101 111

Color Harmonies of #080D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D1A

Black with #080D1A

Text Example


Text Example

White with #080D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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