Html Css Color HEX #031305 Black Bean

📋 copy color: '#031305'

red 3 ◦ green 19 ◦ blue 5

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

Shades of Black Bean #031305

Tints of Black Bean #031305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 18.52%

R = 11.11%
G = 70.37%
B = 18.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#031305 (or 0x031305) is known color: Black Bean. HEX triplet: 03, 13 and 05. RGB value is (3,19,5). Sum of RGB (Red+Green+Blue) = 3+19+5=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 19 (7.81% from 255 or 70.37% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 19 - color contains mainly: green. Hex color #031305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031305 is #FCECFA. Grayscale: #0C0C0C. Windows color (decimal): -16575739 or 332547. OLE color: 332547.

HSL color Cylindrical-coordinate representation of color #031305: hue angle of 127.5º 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 #031305 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 5 -
CMYK 0.84 0 0.74 0.93
HSL 127.5º 0.73% 0.04% -
HSV(B) 127.5º 0.84% 0.07% -
XYZ 0.3 0.5 0.22 -
YUV 12.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 3 19 5 0.84 0 0.74 0.93 127.5 0.73 0.04
Hex 3 13 5 54 0 4A 5D 80 49 4
Octal 3 23 5 124 0 112 135 200 111 4
Binary 11 10011 101 1010100 0 1001010 1011101 10000000 1001001 100

Color Harmonies of #031305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031305

Black with #031305

Text Example


Text Example

White with #031305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031305; }

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

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

background-color css

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

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

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

border-color css

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

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

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