#09020D

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

Shades of Blackcurrant #09020D

Tints of Blackcurrant #09020D

Color information

#09020D (or 0x09020D) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 0D. RGB value is (9,2,13). Sum of RGB (Red+Green+Blue) = 9+2+13=24 (3% of max value = 765). Red value is 9 (3.91% from 255 or 37.5% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #09020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020D is #F6FDF2. Grayscale: #050505. Windows color (decimal): -16186867 or 852489. OLE color: 852489.

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

Color convert

RGB9213-
CMYK0.310.8500.95
HSL278.18º73.33%2.94%-
HSV(B)278.18º84.62%5.1%-
XYZ0.210.130.4-
YUV5.35132.32130.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 37.5%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 13 (5.47% from 255) = 54.17%
R=37.5%
G=8.33%
B=54.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal92130.310.8500.95278.1873.332.94
Hex92D1F5505F116493
Octal112153712501374261113
Binary100110110111111101010101011111100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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