Html Css Color HEX #080F1C Black Russian

📋 copy color: '#080F1C'

red 8 ◦ green 15 ◦ blue 28

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

Shades of Black Russian #080F1C

Tints of Black Russian #080F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 29.41%

 BLUE value IS 28 (11.33% from 255) = 54.9%

R = 15.69%
G = 29.41%
B = 54.9%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#080F1C (or 0x080F1C) is known color: Black Russian. HEX triplet: 08, 0F and 1C. RGB value is (8,15,28). Sum of RGB (Red+Green+Blue) = 8+15+28=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #080F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F1C is #F7F0E3. Grayscale: #0E0E0E. Windows color (decimal): -16249060 or 1838856. OLE color: 1838856.

HSL color Cylindrical-coordinate representation of color #080F1C: hue angle of 219º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080F1C is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 15 28 -
CMYK 0.71 0.46 0 0.89
HSL 219º 0.56% 0.07% -
HSV(B) 219º 0.71% 0.11% -
XYZ 0.48 0.48 1.17 -
YUV 14.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 8 15 28 0.71 0.46 0 0.89 219 0.56 0.07
Hex 8 F 1C 47 2E 0 59 DB 38 7
Octal 10 17 34 107 56 0 131 333 70 7
Binary 1000 1111 11100 1000111 101110 0 1011001 11011011 111000 111

Color Harmonies of #080F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F1C

Black with #080F1C

Text Example


Text Example

White with #080F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,15,28); }

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

background-color css

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

 a { background-color: rgb(8,15,28); }

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

border-color css

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

 span { border-color: rgb(8,15,28); }

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