#080310

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

Shades of Blackcurrant #080310

Tints of Blackcurrant #080310

Color information

#080310 (or 0x080310) is unknown color: approx Blackcurrant. HEX triplet: 08, 03 and 10. RGB value is (8,3,16). Sum of RGB (Red+Green+Blue) = 8+3+16=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 16 (6.64% from 255 or 59.26% from 27); Max value from RGB is 16 - color contains mainly: blue. Hex color #080310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080310 is #F7FCEF. Grayscale: #050505. Windows color (decimal): -16252144 or 1049352. OLE color: 1049352.

HSL color Cylindrical-coordinate representation of color #080310: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080310 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB8316-
CMYK0.500.8100.94
HSL263.08º68.42%3.73%-
HSV(B)263.08º81.25%6.27%-
XYZ0.230.150.51-
YUV5.98133.66129.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 3 (1.56% from 255) = 11.11%
BLUE value IS 16 (6.64% from 255) = 59.26%
R=29.63%
G=11.11%
B=59.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal83160.500.8100.94263.0868.423.73
Hex8310325105E107444
Octal103206212101364071044
Binary100011100001100101010001010111101000001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080310; }

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

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

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

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

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

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

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

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