#032005

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

Shades of Black Bean #032005

Tints of Black Bean #032005

Color information

#032005 (or 0x032005) is unknown color: approx Black Bean. HEX triplet: 03, 20 and 05. RGB value is (3,32,5). Sum of RGB (Red+Green+Blue) = 3+32+5=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #032005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032005 is #FCDFFA. Grayscale: #141414. Windows color (decimal): -16572411 or 335875. OLE color: 335875.

HSL color Cylindrical-coordinate representation of color #032005: hue angle of 124.14º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032005 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB3325-
CMYK0.9100.840.87
HSL124.14º82.86%6.86%-
HSV(B)124.14º90.62%12.55%-
XYZ0.581.060.32-
YUV20.25119.39115.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 32 (12.89% from 255) = 80%
BLUE value IS 5 (2.34% from 255) = 12.5%
R=7.5%
G=80%
B=12.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33250.9100.840.87124.1482.866.86
Hex32055B054577c537
Octal340513301241271741237
Binary11100000101101101101010100101011111111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032005; }

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

 H1.HeaderClassName
 {
   color: #032005;
 }
 .AnyTagClassName
 {
   color: #032005;
 }
</style>
background-color css

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

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

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

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

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

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