#080311

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

Shades of Blackcurrant #080311

Tints of Blackcurrant #080311

Color information

#080311 (or 0x080311) is unknown color: approx Blackcurrant. HEX triplet: 08, 03 and 11. RGB value is (8,3,17). Sum of RGB (Red+Green+Blue) = 8+3+17=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #080311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080311 is #F7FCEE. Grayscale: #060606. Windows color (decimal): -16252143 or 1114888. OLE color: 1114888.

HSL color Cylindrical-coordinate representation of color #080311: hue angle of 261.43º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080311 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB8317-
CMYK0.530.8200.93
HSL261.43º70%3.92%-
HSV(B)261.43º82.35%6.67%-
XYZ0.230.160.55-
YUV6.09134.16129.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 17 (7.03% from 255) = 60.71%
R=28.57%
G=10.71%
B=60.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal83170.530.8200.93261.43703.92
Hex8311355205D105464
Octal103216512201354051064
Binary100011100011101011010010010111011000001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080311; }

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

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

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

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

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

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

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

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