Html Css Color HEX #080734 Black Russian

📋 copy color: '#080734'

red 8 ◦ green 7 ◦ blue 52

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

Shades of Black Russian #080734

Tints of Black Russian #080734

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.45%

 BLUE value IS 52 (20.7% from 255) = 77.61%

R = 11.94%
G = 10.45%
B = 77.61%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080734 (or 0x080734) is known color: Black Russian. HEX triplet: 08, 07 and 34. RGB value is (8,7,52). Sum of RGB (Red+Green+Blue) = 8+7+52=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #080734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080734 is #F7F8CB. Grayscale: #0C0C0C. Windows color (decimal): -16251084 or 3409672. OLE color: 3409672.

HSL color Cylindrical-coordinate representation of color #080734: hue angle of 241.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080734 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 7 52 -
CMYK 0.85 0.87 0 0.80
HSL 241.33º 0.76% 0.12% -
HSV(B) 241.33º 0.87% 0.2% -
XYZ 0.8 0.45 3.29 -
YUV 12.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 8 7 52 0.85 0.87 0 0.80 241.33 0.76 0.12
Hex 8 7 34 55 57 0 50 F1 4C C
Octal 10 7 64 125 127 0 120 361 114 14
Binary 1000 111 110100 1010101 1010111 0 1010000 11110001 1001100 1100

Color Harmonies of #080734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080734

Black with #080734

Text Example


Text Example

White with #080734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080734; }

 p { color: rgb(8,7,52); }

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

background-color css

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

 a { background-color: rgb(8,7,52); }

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

border-color css

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

 span { border-color: rgb(8,7,52); }

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