Html Css Color HEX #031005 Black Bean

📋 copy color: '#031005'

red 3 ◦ green 16 ◦ blue 5

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

Shades of Black Bean #031005

Tints of Black Bean #031005

RGB

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

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

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

R = 12.5%
G = 66.67%
B = 20.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.94

RGB Variations

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

Color information

#031005 (or 0x031005) is known color: Black Bean. HEX triplet: 03, 10 and 05. RGB value is (3,16,5). Sum of RGB (Red+Green+Blue) = 3+16+5=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 16 (6.64% from 255 or 66.67% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 16 - color contains mainly: green. Hex color #031005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031005 is #FCEFFA. Grayscale: #0A0A0A. Windows color (decimal): -16576507 or 331779. OLE color: 331779.

HSL color Cylindrical-coordinate representation of color #031005: hue angle of 129.23º 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 #031005 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 16 5 -
CMYK 0.81 0 0.69 0.94
HSL 129.23º 0.68% 0.04% -
HSV(B) 129.23º 0.81% 0.06% -
XYZ 0.25 0.4 0.21 -
YUV 10.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 3 16 5 0.81 0 0.69 0.94 129.23 0.68 0.04
Hex 3 10 5 51 0 45 5E 81 44 4
Octal 3 20 5 121 0 105 136 201 104 4
Binary 11 10000 101 1010001 0 1000101 1011110 10000001 1000100 100

Color Harmonies of #031005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031005

Black with #031005

Text Example


Text Example

White with #031005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031005; }

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

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

background-color css

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

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

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

border-color css

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

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

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