#09001D

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

Shades of Blackcurrant #09001D

Tints of Blackcurrant #09001D

Color information

#09001D (or 0x09001D) is unknown color: approx Blackcurrant. HEX triplet: 09, 00 and 1D. RGB value is (9,0,29). Sum of RGB (Red+Green+Blue) = 9+0+29=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 29 (11.72% from 255 or 76.32% from 38); Max value from RGB is 29 - color contains mainly: blue. Hex color #09001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001D is #F6FFE2. Grayscale: #050505. Windows color (decimal): -16187363 or 1900553. OLE color: 1900553.

HSL color Cylindrical-coordinate representation of color #09001D: hue angle of 258.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09001D is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB9029-
CMYK0.69100.89
HSL258.62º100%5.69%-
HSV(B)258.62º100%11.37%-
XYZ0.330.151.17-
YUV6140.98130.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 76.32%
R=23.68%
G=0%
B=76.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal90290.69100.89258.621005.69
Hex901D4564059103646
Octal1103510514401314031446
Binary100101110110001011100100010110011000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,0,29); }

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

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

 a { background-color: rgb(9,0,29); }

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

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

 span { border-color: rgb(9,0,29); }

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