Html Css Color HEX #031003 Black Bean

📋 copy color: '#031003'

red 3 ◦ green 16 ◦ blue 3

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

Shades of Black Bean #031003

Tints of Black Bean #031003

RGB

 RED value IS 3 (1.56% from 255) = 13.64%

 GREEN value IS 16 (6.64% from 255) = 72.73%

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

R = 13.64%
G = 72.73%
B = 13.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.94

RGB Variations

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

Color information

#031003 (or 0x031003) is known color: Black Bean. HEX triplet: 03, 10 and 03. RGB value is (3,16,3). Sum of RGB (Red+Green+Blue) = 3+16+3=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #031003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031003 is #FCEFFC. Grayscale: #0A0A0A. Windows color (decimal): -16576509 or 200707. OLE color: 200707.

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

Color convert

RGB 3 16 3 -
CMYK 0.81 0 0.81 0.94
HSL 120º 0.68% 0.04% -
HSV(B) 120º 0.81% 0.06% -
XYZ 0.24 0.4 0.15 -
YUV 10.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 3 16 3 0.81 0 0.81 0.94 120 0.68 0.04
Hex 3 10 3 51 0 51 5E 78 44 4
Octal 3 20 3 121 0 121 136 170 104 4
Binary 11 10000 11 1010001 0 1010001 1011110 1111000 1000100 100

Color Harmonies of #031003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031003

Black with #031003

Text Example


Text Example

White with #031003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031003; }

 p { color: rgb(3,16,3); }

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

background-color css

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

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

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

border-color css

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

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

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