#08010F

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

Shades of Blackcurrant #08010F

Tints of Blackcurrant #08010F

Color information

#08010F (or 0x08010F) is unknown color: approx Blackcurrant. HEX triplet: 08, 01 and 0F. RGB value is (8,1,15). Sum of RGB (Red+Green+Blue) = 8+1+15=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #08010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08010F is #F7FEF0. Grayscale: #040404. Windows color (decimal): -16252657 or 983304. OLE color: 983304.

HSL color Cylindrical-coordinate representation of color #08010F: hue angle of 270º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08010F is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB8115-
CMYK0.470.9300.94
HSL270º87.5%3.14%-
HSV(B)270º93.33%5.88%-
XYZ0.20.110.46-
YUV4.69133.82130.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 15 (6.25% from 255) = 62.5%
R=33.33%
G=4.17%
B=62.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal81150.470.9300.9427087.53.14
Hex81F2F5D05E10e583
Octal101175713501364161303
Binary100011111101111101110101011110100001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08010F; }

 p { color: rgb(8,1,15); }

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

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

 a { background-color: rgb(8,1,15); }

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

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

 span { border-color: rgb(8,1,15); }

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