#09050C

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

Shades of Blackcurrant #09050C

Tints of Blackcurrant #09050C

Color information

#09050C (or 0x09050C) is unknown color: approx Blackcurrant. HEX triplet: 09, 05 and 0C. RGB value is (9,5,12). Sum of RGB (Red+Green+Blue) = 9+5+12=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #09050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050C is #F6FAF3. Grayscale: #060606. Windows color (decimal): -16186100 or 787721. OLE color: 787721.

HSL color Cylindrical-coordinate representation of color #09050C: hue angle of 274.29º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #09050C is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB9512-
CMYK0.250.5800.95
HSL274.29º41.18%3.33%-
HSV(B)274.29º58.33%4.71%-
XYZ0.230.190.37-
YUV6.99130.83129.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 34.62%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 12 (5.08% from 255) = 46.15%
R=34.62%
G=19.23%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal95120.250.5800.95274.2941.183.33
Hex95C193A05F112293
Octal1151431720137422513
Binary10011011100110011110100101111110001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09050C; }

 p { color: rgb(9,5,12); }

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

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

 a { background-color: rgb(9,5,12); }

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

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

 span { border-color: rgb(9,5,12); }

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