#000F01

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

Shades of Black Bean #000F01

Tints of Black Bean #000F01

Color information

#000F01 (or 0x000F01) is unknown color: approx Black Bean. HEX triplet: 00, 0F and 01. RGB value is (0,15,1). Sum of RGB (Red+Green+Blue) = 0+15+1=16 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 16); Green value is 15 (6.25% from 255 or 93.75% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 15 - color contains mainly: green. Hex color #000F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F01 is #FFF0FE. Grayscale: #080808. Windows color (decimal): -16773375 or 69376. OLE color: 69376.

HSL color Cylindrical-coordinate representation of color #000F01: hue angle of 124º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F01 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.

Color convert

RGB0151-
CMYK100.930.94
HSL124º100%2.94%-
HSV(B)124º100%5.88%-
XYZ0.180.340.09-
YUV8.92123.53121.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 93.75%
BLUE value IS 1 (0.78% from 255) = 6.25%
R=0%
G=93.75%
B=6.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal0151100.930.941241002.94
Hex0F16405D5E7c643
Octal017114401351361741443
Binary01111111001000101110110111101111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F01; }

 p { color: rgb(0,15,1); }

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

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

 a { background-color: rgb(0,15,1); }

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

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

 span { border-color: rgb(0,15,1); }

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