#09060E

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

Shades of Blackcurrant #09060E

Tints of Blackcurrant #09060E

Color information

#09060E (or 0x09060E) is unknown color: approx Blackcurrant. HEX triplet: 09, 06 and 0E. RGB value is (9,6,14). Sum of RGB (Red+Green+Blue) = 9+6+14=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 14 (5.86% from 255 or 48.28% from 29); Max value from RGB is 14 - color contains mainly: blue. Hex color #09060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09060E is #F6F9F1. Grayscale: #070707. Windows color (decimal): -16185842 or 919049. OLE color: 919049.

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

Color convert

RGB9614-
CMYK0.360.5700.95
HSL262.5º40%3.92%-
HSV(B)262.5º57.14%5.49%-
XYZ0.260.220.44-
YUV7.81131.49128.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 31.03%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 14 (5.86% from 255) = 48.28%
R=31.03%
G=20.69%
B=48.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal96140.360.5700.95262.5403.92
Hex96E243905F106284
Octal1161644710137406504
Binary1001110111010010011100101011111100000110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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