#08030B

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

Shades of Blackcurrant #08030B

Tints of Blackcurrant #08030B

Color information

#08030B (or 0x08030B) is unknown color: approx Blackcurrant. HEX triplet: 08, 03 and 0B. RGB value is (8,3,11). Sum of RGB (Red+Green+Blue) = 8+3+11=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #08030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030B is #F7FCF4. Grayscale: #050505. Windows color (decimal): -16252149 or 721672. OLE color: 721672.

HSL color Cylindrical-coordinate representation of color #08030B: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08030B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB8311-
CMYK0.270.7300.96
HSL277.5º57.14%2.75%-
HSV(B)277.5º72.73%4.31%-
XYZ0.190.140.33-
YUV5.41131.16129.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 13.64%
BLUE value IS 11 (4.69% from 255) = 50%
R=36.36%
G=13.64%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal83110.270.7300.96277.557.142.75
Hex83B1B49060116393
Octal10313331110140426713
Binary10001110111101110010010110000010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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