#09001E

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

Shades of Blackcurrant #09001E

Tints of Blackcurrant #09001E

Color information

#09001E (or 0x09001E) is unknown color: approx Blackcurrant. HEX triplet: 09, 00 and 1E. RGB value is (9,0,30). Sum of RGB (Red+Green+Blue) = 9+0+30=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #09001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001E is #F6FFE1. Grayscale: #060606. Windows color (decimal): -16187362 or 1966089. OLE color: 1966089.

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

Color convert

RGB9030-
CMYK0.70100.88
HSL258º100%5.88%-
HSV(B)258º100%11.76%-
XYZ0.350.151.24-
YUV6.11141.48130.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 76.92%
R=23.08%
G=0%
B=76.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal90300.70100.882581005.88
Hex901E4664058102646
Octal1103610614401304021446
Binary100101111010001101100100010110001000000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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