#010F01

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

Shades of Black Bean #010F01

Tints of Black Bean #010F01

Color information

#010F01 (or 0x010F01) is unknown color: approx Black Bean. HEX triplet: 01, 0F and 01. RGB value is (1,15,1). Sum of RGB (Red+Green+Blue) = 1+15+1=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 15 (6.25% from 255 or 88.24% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 15 - color contains mainly: green. Hex color #010F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F01 is #FEF0FE. Grayscale: #090909. Windows color (decimal): -16707839 or 69377. OLE color: 69377.

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

Color convert

RGB1151-
CMYK0.9300.930.94
HSL120º87.5%3.14%-
HSV(B)120º93.33%5.88%-
XYZ0.190.350.09-
YUV9.22123.36122.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.88%
GREEN value IS 15 (6.25% from 255) = 88.24%
BLUE value IS 1 (0.78% from 255) = 5.88%
R=5.88%
G=88.24%
B=5.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal11510.9300.930.9412087.53.14
Hex1F15D05D5E78583
Octal117113501351361701303
Binary11111110111010101110110111101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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