#09020A

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

Shades of Blackcurrant #09020A

Tints of Blackcurrant #09020A

Color information

#09020A (or 0x09020A) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 0A. RGB value is (9,2,10). Sum of RGB (Red+Green+Blue) = 9+2+10=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #09020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020A is #F6FDF5. Grayscale: #040404. Windows color (decimal): -16186870 or 655881. OLE color: 655881.

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

Color convert

RGB9210-
CMYK0.100.800.96
HSL292.5º66.67%2.35%-
HSV(B)292.5º80%3.92%-
XYZ0.190.120.3-
YUV5130.82130.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 42.86%
GREEN value IS 2 (1.17% from 255) = 9.52%
BLUE value IS 10 (4.30% from 255) = 47.62%
R=42.86%
G=9.52%
B=47.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal92100.100.800.96292.566.672.35
Hex92AA50060124432
Octal112121212001404441032
Binary10011010101010101000001100000100100100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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