#09080A

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

Shades of Blackcurrant #09080A

Tints of Blackcurrant #09080A

Color information

#09080A (or 0x09080A) is unknown color: approx Blackcurrant. HEX triplet: 09, 08 and 0A. RGB value is (9,8,10). Sum of RGB (Red+Green+Blue) = 9+8+10=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 10 - color contains mainly: blue. Hex color #09080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080A is #F6F7F5. Grayscale: #080808. Windows color (decimal): -16185334 or 657417. OLE color: 657417.

HSL color Cylindrical-coordinate representation of color #09080A: hue angle of 270º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #09080A is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB9810-
CMYK0.100.200.96
HSL270º11.11%3.53%-
HSV(B)270º20%3.92%-
XYZ0.250.250.32-
YUV8.53128.83128.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 29.63%
BLUE value IS 10 (4.30% from 255) = 37.04%
R=33.33%
G=29.63%
B=37.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal98100.100.200.9627011.113.53
Hex98AA1406010eb4
Octal11101212240140416134
Binary100110001010101010100011000001000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09080A; }

 p { color: rgb(9,8,10); }

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

<style>
 a { background-color: #09080A; }

 a { background-color: rgb(9,8,10); }

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

<style>
 span { border-color: #09080A; }

 span { border-color: rgb(9,8,10); }

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