#090115

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

Shades of Blackcurrant #090115

Tints of Blackcurrant #090115

Color information

#090115 (or 0x090115) is unknown color: approx Blackcurrant. HEX triplet: 09, 01 and 15. RGB value is (9,1,21). Sum of RGB (Red+Green+Blue) = 9+1+21=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #090115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090115 is #F6FEEA. Grayscale: #050505. Windows color (decimal): -16187115 or 1376521. OLE color: 1376521.

HSL color Cylindrical-coordinate representation of color #090115: hue angle of 264º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090115 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB9121-
CMYK0.570.9500.92
HSL264º90.91%4.31%-
HSV(B)264º95.24%8.24%-
XYZ0.260.130.72-
YUV5.67136.65130.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 29.03%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 21 (8.59% from 255) = 67.74%
R=29.03%
G=3.23%
B=67.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal91210.570.9500.9226490.914.31
Hex9115395F05C1085b4
Octal111257113701344101334
Binary10011101011110011011111010111001000010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090115; }

 p { color: rgb(9,1,21); }

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

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

 a { background-color: rgb(9,1,21); }

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

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

 span { border-color: rgb(9,1,21); }

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