Html Css Color HEX #001F03 Black Bean

📋 copy color: '#001F03'

red 0 ◦ green 31 ◦ blue 3

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

Shades of Black Bean #001F03

Tints of Black Bean #001F03

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 31 (12.5% from 255) = 91.18%

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

R = 0%
G = 91.18%
B = 8.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#001F03 (or 0x001F03) is known color: Black Bean. HEX triplet: 00, 1F and 03. RGB value is (0,31,3). Sum of RGB (Red+Green+Blue) = 0+31+3=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 31 (12.5% from 255 or 91.18% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 31 - color contains mainly: green. Hex color #001F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F03 is #FFE0FC. Grayscale: #121212. Windows color (decimal): -16769277 or 204544. OLE color: 204544.

HSL color Cylindrical-coordinate representation of color #001F03: hue angle of 125.81º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F03 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 31 3 -
CMYK 1 0 0.90 0.88
HSL 125.81º 1% 0.06% -
HSV(B) 125.81º 1% 0.12% -
XYZ 0.51 0.99 0.25 -
YUV 18.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 0 31 3 1 0 0.90 0.88 125.81 1 0.06
Hex 0 1F 3 64 0 5A 58 7E 64 6
Octal 0 37 3 144 0 132 130 176 144 6
Binary 0 11111 11 1100100 0 1011010 1011000 1111110 1100100 110

Color Harmonies of #001F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F03

Black with #001F03

Text Example


Text Example

White with #001F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,31,3); }

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

background-color css

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

 a { background-color: rgb(0,31,3); }

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

border-color css

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

 span { border-color: rgb(0,31,3); }

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