#032307

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

Shades of Black Bean #032307

Tints of Black Bean #032307

Color information

#032307 (or 0x032307) is unknown color: approx Black Bean. HEX triplet: 03, 23 and 07. RGB value is (3,35,7). Sum of RGB (Red+Green+Blue) = 3+35+7=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 35 (14.06% from 255 or 77.78% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 35 - color contains mainly: green. Hex color #032307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032307 is #FCDCF8. Grayscale: #161616. Windows color (decimal): -16571641 or 467715. OLE color: 467715.

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

Color convert

RGB3357-
CMYK0.9100.800.86
HSL127.5º84.21%7.45%-
HSV(B)127.5º91.43%13.73%-
XYZ0.681.240.4-
YUV22.24119.4114.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 35 (14.06% from 255) = 77.78%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=6.67%
G=77.78%
B=15.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal33570.9100.800.86127.584.217.45
Hex32375B0505680547
Octal343713301201262001247
Binary111000111111011011010100001010110100000001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032307; }

 p { color: rgb(3,35,7); }

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

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

 a { background-color: rgb(3,35,7); }

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

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

 span { border-color: rgb(3,35,7); }

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