#09020C

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

Shades of Blackcurrant #09020C

Tints of Blackcurrant #09020C

Color information

#09020C (or 0x09020C) is unknown color: approx Blackcurrant. HEX triplet: 09, 02 and 0C. RGB value is (9,2,12). Sum of RGB (Red+Green+Blue) = 9+2+12=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #09020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020C is #F6FDF3. Grayscale: #050505. Windows color (decimal): -16186868 or 786953. OLE color: 786953.

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

Color convert

RGB9212-
CMYK0.250.8300.95
HSL282º71.43%2.75%-
HSV(B)282º83.33%4.71%-
XYZ0.20.130.36-
YUV5.23131.82130.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 39.13%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 12 (5.08% from 255) = 52.17%
R=39.13%
G=8.70%
B=52.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal92120.250.8300.9528271.432.75
Hex92C195305F11a473
Octal112143112301374321073
Binary100110110011001101001101011111100011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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