#031005

Color #031005 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #031005

Tints of Black Bean #031005

Color information

#031005 (or 0x031005) is unknown color: approx 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

RGB3165-
CMYK0.8100.690.94
HSL129.23º68.42%3.73%-
HSV(B)129.23º81.25%6.27%-
XYZ0.250.40.21-
YUV10.86124.69122.39-

RGB Variations

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

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 (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31650.8100.690.94129.2368.423.73
Hex3105510455E81444
Octal320512101051362011044
Binary11100001011010001010001011011110100000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>