Html Css Color HEX #031405 Black Bean

📋 copy color: '#031405'

red 3 ◦ green 20 ◦ blue 5

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

Shades of Black Bean #031405

Tints of Black Bean #031405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 71.43%

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

R = 10.71%
G = 71.43%
B = 17.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#031405 (or 0x031405) is known color: Black Bean. HEX triplet: 03, 14 and 05. RGB value is (3,20,5). Sum of RGB (Red+Green+Blue) = 3+20+5=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #031405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031405 is #FCEBFA. Grayscale: #0D0D0D. Windows color (decimal): -16575483 or 332803. OLE color: 332803.

HSL color Cylindrical-coordinate representation of color #031405: hue angle of 127.06º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031405 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 20 5 -
CMYK 0.85 0 0.75 0.92
HSL 127.06º 0.74% 0.05% -
HSV(B) 127.06º 0.85% 0.08% -
XYZ 0.32 0.53 0.23 -
YUV 13.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 3 20 5 0.85 0 0.75 0.92 127.06 0.74 0.05
Hex 3 14 5 55 0 4B 5C 7F 4A 5
Octal 3 24 5 125 0 113 134 177 112 5
Binary 11 10100 101 1010101 0 1001011 1011100 1111111 1001010 101

Color Harmonies of #031405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031405

Black with #031405

Text Example


Text Example

White with #031405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031405; }

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

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

background-color css

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

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

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

border-color css

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

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

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