#09001A

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

Shades of Blackcurrant #09001A

Tints of Blackcurrant #09001A

Color information

#09001A (or 0x09001A) is unknown color: approx Blackcurrant. HEX triplet: 09, 00 and 1A. RGB value is (9,0,26). Sum of RGB (Red+Green+Blue) = 9+0+26=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #09001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09001A is #F6FFE5. Grayscale: #050505. Windows color (decimal): -16187366 or 1703945. OLE color: 1703945.

HSL color Cylindrical-coordinate representation of color #09001A: hue angle of 260.77º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09001A is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB9026-
CMYK0.65100.90
HSL260.77º100%5.1%-
HSV(B)260.77º100%10.2%-
XYZ0.30.130.99-
YUV5.65139.48130.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 74.29%
R=25.71%
G=0%
B=74.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal90260.65100.90260.771005.1
Hex901A416405A105645
Octal1103210114401324051445
Binary100101101010000011100100010110101000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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