Html Css Color HEX #000F01 Black Bean

📋 copy color: '#000F01'

red 0 ◦ green 15 ◦ blue 1

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

Shades of Black Bean #000F01

Tints of Black Bean #000F01

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

 M value IS 0

 Y value IS 0.93

 K value IS 0.94

RGB Variations

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

Color information

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

RGB 0 15 1 -
CMYK 1 0 0.93 0.94
HSL 124º 1% 0.03% -
HSV(B) 124º 1% 0.06% -
XYZ 0.18 0.34 0.09 -
YUV 8.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 0 15 1 1 0 0.93 0.94 124 1 0.03
Hex 0 F 1 64 0 5D 5E 7C 64 3
Octal 0 17 1 144 0 135 136 174 144 3
Binary 0 1111 1 1100100 0 1011101 1011110 1111100 1100100 11

Color Harmonies of #000F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F01

Black with #000F01

Text Example


Text Example

White with #000F01

Text Example


Text Example

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