#080734

Color #080734 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080734

Tints of Black Russian #080734

Color information

#080734 (or 0x080734) is unknown color: approx 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

RGB8752-
CMYK0.850.8700.80
HSL241.33º76.27%11.57%-
HSV(B)241.33º86.54%20.39%-
XYZ0.80.453.29-
YUV12.43150.33124.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 52 (20.70% from 255) = 77.61%
R=11.94%
G=10.45%
B=77.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal87520.850.8700.80241.3376.2711.57
Hex87345557050f14cc
Octal10764125127012036111414
Binary100011111010010101011010111010100001111000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>