Html Css Color HEX #031303 Black Bean

📋 copy color: '#031303'

red 3 ◦ green 19 ◦ blue 3

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

Shades of Black Bean #031303

Tints of Black Bean #031303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 76%

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

R = 12%
G = 76%
B = 12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#031303 (or 0x031303) is known color: Black Bean. HEX triplet: 03, 13 and 03. RGB value is (3,19,3). Sum of RGB (Red+Green+Blue) = 3+19+3=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 19 (7.81% from 255 or 76% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 19 - color contains mainly: green. Hex color #031303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031303 is #FCECFC. Grayscale: #0C0C0C. Windows color (decimal): -16575741 or 201475. OLE color: 201475.

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

Color convert

RGB 3 19 3 -
CMYK 0.84 0 0.84 0.93
HSL 120º 0.73% 0.04% -
HSV(B) 120º 0.84% 0.07% -
XYZ 0.29 0.49 0.17 -
YUV 12.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 3 19 3 0.84 0 0.84 0.93 120 0.73 0.04
Hex 3 13 3 54 0 54 5D 78 49 4
Octal 3 23 3 124 0 124 135 170 111 4
Binary 11 10011 11 1010100 0 1010100 1011101 1111000 1001001 100

Color Harmonies of #031303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031303

Black with #031303

Text Example


Text Example

White with #031303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031303; }

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

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

background-color css

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

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

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

border-color css

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

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

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