Html Css Color HEX #080931 Black Russian

📋 copy color: '#080931'

red 8 ◦ green 9 ◦ blue 49

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

Shades of Black Russian #080931

Tints of Black Russian #080931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

 BLUE value IS 49 (19.53% from 255) = 74.24%

R = 12.12%
G = 13.64%
B = 74.24%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#080931 (or 0x080931) is known color: Black Russian. HEX triplet: 08, 09 and 31. RGB value is (8,9,49). Sum of RGB (Red+Green+Blue) = 8+9+49=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #080931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080931 is #F7F6CE. Grayscale: #0D0D0D. Windows color (decimal): -16250575 or 3213576. OLE color: 3213576.

HSL color Cylindrical-coordinate representation of color #080931: hue angle of 238.54º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080931 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 9 49 -
CMYK 0.84 0.82 0 0.81
HSL 238.54º 0.72% 0.11% -
HSV(B) 238.54º 0.84% 0.19% -
XYZ 0.75 0.47 2.96 -
YUV 13.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 8 9 49 0.84 0.82 0 0.81 238.54 0.72 0.11
Hex 8 9 31 54 52 0 51 EF 48 B
Octal 10 11 61 124 122 0 121 357 110 13
Binary 1000 1001 110001 1010100 1010010 0 1010001 11101111 1001000 1011

Color Harmonies of #080931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080931

Black with #080931

Text Example


Text Example

White with #080931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080931; }

 p { color: rgb(8,9,49); }

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

background-color css

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

 a { background-color: rgb(8,9,49); }

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

border-color css

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

 span { border-color: rgb(8,9,49); }

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