#09020B

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

Shades of Blackcurrant #09020B

Tints of Blackcurrant #09020B

Color information

#09020B (or 0x09020B) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 0B. RGB value is (9,2,11). Sum of RGB (Red+Green+Blue) = 9+2+11=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #09020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020B is #F6FDF4. Grayscale: #050505. Windows color (decimal): -16186869 or 721417. OLE color: 721417.

HSL color Cylindrical-coordinate representation of color #09020B: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09020B is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB9211-
CMYK0.180.8200.96
HSL286.67º69.23%2.55%-
HSV(B)286.67º81.82%4.31%-
XYZ0.190.130.33-
YUV5.12131.32130.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 40.91%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 11 (4.69% from 255) = 50%
R=40.91%
G=9.09%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal92110.180.8200.96286.6769.232.55
Hex92B125206011f453
Octal112132212201404371053
Binary100110101110010101001001100000100011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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