Html Css Color HEX #010F03 Black Bean

📋 copy color: '#010F03'

red 1 ◦ green 15 ◦ blue 3

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

Shades of Black Bean #010F03

Tints of Black Bean #010F03

RGB

 RED value IS 1 (0.78% from 255) = 5.26%

 GREEN value IS 15 (6.25% from 255) = 78.95%

 BLUE value IS 3 (1.56% from 255) = 15.79%

R = 5.26%
G = 78.95%
B = 15.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.94

RGB Variations

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

Color information

#010F03 (or 0x010F03) is known color: Black Bean. HEX triplet: 01, 0F and 03. RGB value is (1,15,3). Sum of RGB (Red+Green+Blue) = 1+15+3=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 15 (6.25% from 255 or 78.95% from 19); Blue value is 3 (1.56% from 255 or 15.79% from 19); Max value from RGB is 15 - color contains mainly: green. Hex color #010F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F03 is #FEF0FC. Grayscale: #090909. Windows color (decimal): -16707837 or 200449. OLE color: 200449.

HSL color Cylindrical-coordinate representation of color #010F03: hue angle of 128.57º 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 #010F03 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 15 3 -
CMYK 0.93 0 0.80 0.94
HSL 128.57º 0.88% 0.03% -
HSV(B) 128.57º 0.93% 0.06% -
XYZ 0.2 0.35 0.14 -
YUV 9.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 1 15 3 0.93 0 0.80 0.94 128.57 0.88 0.03
Hex 1 F 3 5D 0 50 5E 81 58 3
Octal 1 17 3 135 0 120 136 201 130 3
Binary 1 1111 11 1011101 0 1010000 1011110 10000001 1011000 11

Color Harmonies of #010F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F03

Black with #010F03

Text Example


Text Example

White with #010F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #010F03;
 }
 .AnyTagClassName
 {
   color: #010F03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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