#08030F

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

Shades of Blackcurrant #08030F

Tints of Blackcurrant #08030F

Color information

#08030F (or 0x08030F) is unknown color: approx Blackcurrant. HEX triplet: 08, 03 and 0F. RGB value is (8,3,15). Sum of RGB (Red+Green+Blue) = 8+3+15=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #08030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030F is #F7FCF0. Grayscale: #050505. Windows color (decimal): -16252145 or 983816. OLE color: 983816.

HSL color Cylindrical-coordinate representation of color #08030F: hue angle of 265º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08030F is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB8315-
CMYK0.470.8000.94
HSL265º66.67%3.53%-
HSV(B)265º80%5.88%-
XYZ0.220.150.47-
YUV5.86133.16129.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 15 (6.25% from 255) = 57.69%
R=30.77%
G=11.54%
B=57.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal83150.470.8000.9426566.673.53
Hex83F2F5005E109434
Octal103175712001364111034
Binary10001111111011111010000010111101000010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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