#080335

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

Shades of Black Russian #080335

Tints of Black Russian #080335

Color information

#080335 (or 0x080335) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 35. RGB value is (8,3,53). Sum of RGB (Red+Green+Blue) = 8+3+53=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #080335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080335 is #F7FCCA. Grayscale: #0A0A0A. Windows color (decimal): -16252107 or 3474184. OLE color: 3474184.

HSL color Cylindrical-coordinate representation of color #080335: hue angle of 246º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080335 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB8353-
CMYK0.850.9400.79
HSL246º89.29%10.98%-
HSV(B)246º94.34%20.78%-
XYZ0.780.373.4-
YUV10.2152.16126.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 3 (1.56% from 255) = 4.69%
BLUE value IS 53 (21.09% from 255) = 82.81%
R=12.5%
G=4.69%
B=82.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal83530.850.9400.7924689.2910.98
Hex8335555E04Ff659b
Octal10365125136011736613113
Binary10001111010110101011011110010011111111011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080335; }

 p { color: rgb(8,3,53); }

 H1.HeaderClassName
 {
   color: #080335;
 }
 .AnyTagClassName
 {
   color: #080335;
 }
</style>
background-color css

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

 a { background-color: rgb(8,3,53); }

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

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

 span { border-color: rgb(8,3,53); }

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