#09030B

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

Shades of Blackcurrant #09030B

Tints of Blackcurrant #09030B

Color information

#09030B (or 0x09030B) is unknown color: approx Blackcurrant. HEX triplet: 09, 03 and 0B. RGB value is (9,3,11). Sum of RGB (Red+Green+Blue) = 9+3+11=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #09030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09030B is #F6FCF4. Grayscale: #050505. Windows color (decimal): -16186613 or 721673. OLE color: 721673.

HSL color Cylindrical-coordinate representation of color #09030B: hue angle of 285º 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 #09030B is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB9311-
CMYK0.180.7300.96
HSL285º57.14%2.75%-
HSV(B)285º72.73%4.31%-
XYZ0.210.150.33-
YUV5.71130.99130.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 39.13%
GREEN value IS 3 (1.56% from 255) = 13.04%
BLUE value IS 11 (4.69% from 255) = 47.83%
R=39.13%
G=13.04%
B=47.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal93110.180.7300.9628557.142.75
Hex93B124906011d393
Octal11313221110140435713
Binary10011110111001010010010110000010001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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