#090301

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

Shades of Black #090301

Tints of Black #090301

Color information

#090301 (or 0x090301) is unknown color: approx Black. HEX triplet: 09, 03 and 01. RGB value is (9,3,1). Sum of RGB (Red+Green+Blue) = 9+3+1=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090301 is #F6FCFE. Grayscale: #040404. Windows color (decimal): -16186623 or 66313. OLE color: 66313.

HSL color Cylindrical-coordinate representation of color #090301: hue angle of 15º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090301 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.96.

Color convert

RGB931-
CMYK00.670.890.96
HSL15º80%1.96%-
HSV(B)15º88.89%3.53%-
XYZ0.150.130.04-
YUV4.57125.99131.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 23.08%
BLUE value IS 1 (0.78% from 255) = 7.69%
R=69.23%
G=23.08%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal93100.670.890.9615801.96
Hex9310435960f502
Octal11310103131140171202
Binary100111101000011101100111000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090301; }

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

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

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

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

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

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

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

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