#09060D

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

Shades of Blackcurrant #09060D

Tints of Blackcurrant #09060D

Color information

#09060D (or 0x09060D) is unknown color: approx Blackcurrant. HEX triplet: 09, 06 and 0D. RGB value is (9,6,13). Sum of RGB (Red+Green+Blue) = 9+6+13=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #09060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09060D is #F6F9F2. Grayscale: #070707. Windows color (decimal): -16185843 or 853513. OLE color: 853513.

HSL color Cylindrical-coordinate representation of color #09060D: hue angle of 265.71º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #09060D is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB9613-
CMYK0.310.5400.95
HSL265.71º36.84%3.73%-
HSV(B)265.71º53.85%5.1%-
XYZ0.250.220.41-
YUV7.69130.99128.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 32.14%
GREEN value IS 6 (2.73% from 255) = 21.43%
BLUE value IS 13 (5.47% from 255) = 46.43%
R=32.14%
G=21.43%
B=46.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal96130.310.5400.95265.7136.843.73
Hex96D1F3605F10a254
Octal1161537660137412454
Binary100111011011111111011001011111100001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09060D; }

 p { color: rgb(9,6,13); }

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

<style>
 a { background-color: #09060D; }

 a { background-color: rgb(9,6,13); }

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

<style>
 span { border-color: #09060D; }

 span { border-color: rgb(9,6,13); }

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