Html Css Color HEX #010F01 Black Bean

📋 copy color: '#010F01'

red 1 ◦ green 15 ◦ blue 1

#010F01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #010F01

Tints of Black Bean #010F01

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 value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

#010F01 (or 0x010F01) is known color: 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

RGB 1 15 1 -
CMYK 0.93 0 0.93 0.94
HSL 120º 0.88% 0.03% -
HSV(B) 120º 0.93% 0.06% -
XYZ 0.19 0.35 0.09 -
YUV 9.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 1 15 1 0.93 0 0.93 0.94 120 0.88 0.03
Hex 1 F 1 5D 0 5D 5E 78 58 3
Octal 1 17 1 135 0 135 136 170 130 3
Binary 1 1111 1 1011101 0 1011101 1011110 1111000 1011000 11

Color Harmonies of #010F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F01

Black with #010F01

Text Example


Text Example

White with #010F01

Text Example


Text Example

HTML Codes & Css Web 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>